GY-63_MS5611/libraries/AD5263/library.json

24 lines
484 B
JSON
Raw Normal View History

2023-10-10 04:27:41 -04:00
{
"name": "AD5263",
2023-10-13 07:31:03 -04:00
"keywords": "I2C,digital,PotentioMeter",
2023-10-10 04:27:41 -04:00
"description": "Library to control digital potentiometer AD5263 and compatibles.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/AD5263"
},
2023-11-13 11:11:17 -05:00
"version": "0.1.2",
2023-10-10 04:27:41 -04:00
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "AD5263.h"
}