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

24 lines
498 B
JSON
Raw Normal View History

2022-12-01 11:28:33 -05: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"
},
2024-01-19 08:23:07 -05:00
"version": "0.3.0",
2022-12-01 11:28:33 -05:00
"license": "MIT",
2023-09-21 05:49:22 -04:00
"frameworks": "*",
2022-12-01 11:28:33 -05:00
"platforms": "*",
"headers": "AD56X8.h"
}