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

24 lines
468 B
JSON
Raw Normal View History

2023-09-19 14:11:53 -04: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 14:15:57 -04:00
"version": "0.1.1",
2023-09-19 14:11:53 -04:00
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "AD5680.h"
}