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

24 lines
492 B
JSON
Raw Normal View History

2023-08-02 05:27:59 -04:00
{
"name": "AD5246",
"keywords": "I2C,digital,rheostat, potentiometer, AD5246",
"description": "Arduino Library for AD5246, I2C 128 step rheostat.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/AD5246.git"
},
2024-03-12 09:35:55 -04:00
"version": "0.2.1",
2023-08-02 05:27:59 -04:00
"license": "MIT",
2023-09-21 15:48:42 -04:00
"frameworks": "*",
2023-08-02 05:27:59 -04:00
"platforms": "*",
"headers": "AD5246.h"
}