24 lines
481 B
JSON
Raw Normal View History

2022-08-03 11:00:56 +02: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 08:42:59 +01:00
"version": "0.2.0",
2022-08-03 11:00:56 +02:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "AD5245.h"
}