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

24 lines
481 B
JSON
Raw Normal View History

2022-08-03 05:00:56 -04:00
{
"name": "AD5245",
"keywords": "I2C,digital,PotentioMeter, AD5245",
"description": "Library to control digital potentiometer AD5245",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/AD5245"
},
2023-02-03 02:42:59 -05:00
"version": "0.2.0",
2022-08-03 05:00:56 -04:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "AD5245.h"
}