24 lines
468 B
JSON
Raw Normal View History

2023-09-19 20:11:53 +02:00
{
"name": "AD5680",
"keywords": "DAC, SPI",
"description": "Arduino library for AD5680 Digital Analog Convertor (18 bit).",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/AD5680.git"
},
2023-09-24 20:15:57 +02:00
"version": "0.1.1",
2023-09-19 20:11:53 +02:00
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "AD5680.h"
}