24 lines
497 B
JSON
Raw Normal View History

2022-01-10 12:51:36 +01:00
{
"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"
},
2023-09-23 20:13:03 +02:00
"version": "0.1.5",
2022-01-10 12:51:36 +01:00
"license": "MIT",
2023-09-23 20:13:03 +02:00
"frameworks": "*",
2022-01-10 12:51:36 +01:00
"platforms": "*",
"headers": "MCP23008.h"
}