24 lines
490 B
JSON
Raw Normal View History

2016-12-17 20:53:18 +01:00
{
"name": "AD524X",
2021-01-29 12:31:58 +01:00
"keywords": "I2C,digital,PotentioMeter, AD5241, AD5242",
2020-11-27 11:10:47 +01:00
"description": "Library to control digital potentiometer AD5241 AD5242",
2016-12-18 10:48:17 +01:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
2016-12-17 20:53:18 +01:00
"repository":
{
"type": "git",
2020-11-27 11:10:47 +01:00
"url": "https://github.com/RobTillaart/AD524X"
2016-12-17 20:53:18 +01:00
},
2023-09-22 19:45:17 +02:00
"version": "0.4.2",
2021-05-28 14:16:25 +02:00
"license": "MIT",
2023-09-22 19:45:17 +02:00
"frameworks": "*",
2021-12-10 14:52:27 +01:00
"platforms": "*",
"headers": "AD524X.h"
2016-12-17 20:53:18 +01:00
}