24 lines
498 B
JSON
Raw Normal View History

2022-12-01 17:28:33 +01:00
{
"name": "AD56X8",
"keywords": "AD5668, AD5648, AD5628, DAC, SPI",
"description": "Arduino library for AD56X8, SPI 8 channel Digital Analog Convertor.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/AD56X8.git"
},
2023-09-21 11:49:22 +02:00
"version": "0.1.4",
2022-12-01 17:28:33 +01:00
"license": "MIT",
2023-09-21 11:49:22 +02:00
"frameworks": "*",
2022-12-01 17:28:33 +01:00
"platforms": "*",
"headers": "AD56X8.h"
}