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

24 lines
485 B
JSON
Raw Normal View History

2022-08-03 05:00:56 -04:00
{
"name": "AD5245",
2023-09-21 15:37:28 -04:00
"keywords": "I2C, digital, potentioMeter, AD5245",
"description": "Arduino Library for AD524e, I2C 256 step potentiometer.",
2022-08-03 05:00:56 -04:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/AD5245"
},
2023-09-21 15:37:28 -04:00
"version": "0.2.1",
2022-08-03 05:00:56 -04:00
"license": "MIT",
2023-09-21 15:37:28 -04:00
"frameworks": "*",
2022-08-03 05:00:56 -04:00
"platforms": "*",
"headers": "AD5245.h"
}