GY-63_MS5611/libraries/MCP23008/library.json
2022-09-28 10:44:58 +02:00

24 lines
503 B
JSON

{
"name": "MCP23008",
"keywords": "MCP23008,I2C, 8 IO, polarity, pullup",
"description": "Arduino library for I2C MCP23008 8 channel port expander",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/MCP23008.git"
},
"version": "0.1.1",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "MCP23008.h"
}