mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
24 lines
586 B
JSON
24 lines
586 B
JSON
{
|
|
"name": "AD520X",
|
|
"keywords": "AD520X, SPI, AD5204, AD5206, AD8400, AD8402, AD8403, potentiometers",
|
|
"description": "Arduino library for SPI AD5204 and AD5206 digital potentiometers\n Also for AD8400 and AD8403. AD8402 not confirmed yet.",
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Rob Tillaart",
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/RobTillaart/AD520X.git"
|
|
},
|
|
"version": "0.4.0",
|
|
"license": "MIT",
|
|
"frameworks": "*",
|
|
"platforms": "*",
|
|
"headers": "AD520X.h"
|
|
}
|