mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
24 lines
522 B
JSON
24 lines
522 B
JSON
{
|
|
"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"
|
|
},
|
|
"version": "0.2.2",
|
|
"license": "MIT",
|
|
"frameworks": "*",
|
|
"platforms": "*",
|
|
"headers": "ADC08XS.h"
|
|
}
|