24 lines
485 B
JSON
Raw Normal View History

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