mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
24 lines
539 B
JSON
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"
|
|
}
|