GY-63_MS5611/libraries/MCP_ADC/library.json
2024-06-05 19:00:22 +02:00

24 lines
539 B
JSON

{
"name": "MCP_ADC",
"keywords": "MCP3001, MCP3002, MCP3004, MCP3008, MCP3201, 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.5.1",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "MCP_ADC.h"
}