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

24 lines
586 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"name": "AD520X",
"keywords": "AD520X, SPI, AD5204, AD5206, AD8400, AD8402, AD8403, potentiometers",
2023-10-15 08:03:19 -04:00
"description": "Arduino library for SPI AD5204 and AD5206 digital potentiometers\n Also for AD8400 and AD8403. AD8402 not confirmed yet.",
2021-01-29 06:31:58 -05:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/AD520X.git"
},
2024-05-23 14:06:36 -04:00
"version": "0.5.1",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2023-10-15 08:03:19 -04:00
"frameworks": "*",
2021-12-10 08:12:54 -05:00
"platforms": "*",
"headers": "AD520X.h"
2021-01-29 06:31:58 -05:00
}