GY-63_MS5611/libraries/MCP_ADC/library.json
2021-11-08 13:14:13 +01:00

23 lines
495 B
JSON

{
"name": "MCP_ADC",
"keywords": "MCP3002, MCP3004, MCP3008, MCP3202, MCP3204, MCP3208",
"description": "Arduino library for MCP_ADC, e.g. MCP3008 SPI 10 bit, 8 channel ADC",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/MCP_ADC.git"
},
"version": "0.1.7",
"license": "MIT",
"frameworks": "*",
"platforms": "*"
}