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

24 lines
522 B
JSON
Raw Normal View History

2024-01-15 04:22:38 -05:00
{
"name": "ADC08XS",
"keywords": "ADC082S, ADC084S, ADC102S, ADC104S, ADC122S, ADC124S",
"description": "Arduino library for ADC08XS 8, 10, 12 bit ADC (SPI), 2 or 4 channel.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/ADC08XS.git"
},
2024-06-02 13:33:04 -04:00
"version": "0.2.2",
2024-01-15 04:22:38 -05:00
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "ADC08XS.h"
}