24 lines
506 B
JSON
Raw Normal View History

2021-05-26 12:02:17 +02:00
{
"name": "AD5144A",
2022-03-15 11:36:35 +01:00
"keywords": "I2C,digital,PotentioMeter,AD5144A",
2021-05-26 12:02:17 +02:00
"description": "Library to control 4 channel digital potentiometer AD5144A et al.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
2022-03-15 11:36:35 +01:00
"url": "https://github.com/RobTillaart/AD5144A.git"
2021-05-26 12:02:17 +02:00
},
2022-10-25 20:56:18 +02:00
"version": "0.1.8",
2021-05-26 12:02:17 +02:00
"license": "MIT",
"frameworks": "arduino",
2021-12-11 15:52:48 +01:00
"platforms": "*",
"headers": "AD5144A.h"
2021-05-26 12:02:17 +02:00
}