24 lines
581 B
JSON
Raw Normal View History

2021-01-29 12:31:58 +01:00
{
"name": "AD520X",
"keywords": "AD520X, SPI, AD5204, AD5206, AD8400, AD8402, AD8403, potentiometers",
2022-09-19 10:24:53 +02:00
"description": "Arduino library for SPI AD5204 and AD5206 digital potentiometers\n Should work for AD8400, AD8402 and AD8403.",
2021-01-29 12:31:58 +01:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/AD520X.git"
},
2023-01-10 20:37:57 +01:00
"version": "0.3.1",
2021-05-28 14:16:25 +02:00
"license": "MIT",
2021-01-29 12:31:58 +01:00
"frameworks": "arduino",
2021-12-10 14:12:54 +01:00
"platforms": "*",
"headers": "AD520X.h"
2021-01-29 12:31:58 +01:00
}