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

24 lines
581 B
JSON
Raw Normal View History

2021-05-26 06:02:17 -04:00
{
"name": "AD5144A",
2022-03-15 06:36:35 -04:00
"keywords": "I2C,digital,PotentioMeter,AD5144A",
2022-12-07 10:52:55 -05:00
"description": "Library to control 4 channel digital potentiometer AD5144A et al.\nAD5123, AD5124, AD5143, AD5144, AD5144A, AD5122A, AD5142A, AD5121, AD5141",
2021-05-26 06:02:17 -04:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
2022-03-15 06:36:35 -04:00
"url": "https://github.com/RobTillaart/AD5144A.git"
2021-05-26 06:02:17 -04:00
},
2023-11-24 09:15:03 -05:00
"version": "0.3.0",
2021-05-26 06:02:17 -04:00
"license": "MIT",
"frameworks": "arduino",
2021-12-11 09:52:48 -05:00
"platforms": "*",
"headers": "AD5144A.h"
2021-05-26 06:02:17 -04:00
}