24 lines
530 B
JSON
Raw Normal View History

2021-01-29 12:31:58 +01:00
{
"name": "MCP_ADC",
2023-08-16 10:07:24 +02:00
"keywords": "MCP3002, MCP3004, MCP3008, MCP3201, MCP3202, MCP3204, MCP3208",
2021-01-29 12:31:58 +01:00
"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"
},
2023-08-16 10:07:24 +02:00
"version": "0.2.0",
2021-05-28 14:16:25 +02:00
"license": "MIT",
2021-01-29 12:31:58 +01:00
"frameworks": "*",
2021-12-21 15:31:31 +01:00
"platforms": "*",
"headers": "MCP_ADC.h"
2021-01-29 12:31:58 +01:00
}