23 lines
481 B
JSON
Raw Normal View History

2021-01-29 12:31:58 +01:00
{
"name": "MCP23017",
2021-09-17 10:30:51 +02:00
"keywords": "MCP23017,I2C, 16 IO, polarity, pullup",
2021-01-29 12:31:58 +01:00
"description": "Arduino library for I2C MCP23017 16 channel port expander",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/MCP23017_RT.git"
},
2021-09-17 10:30:51 +02:00
"version": "0.2.4",
2021-04-25 19:56:44 +02:00
"license": "MIT",
2021-01-29 12:31:58 +01:00
"frameworks": "arduino",
"platforms": "*"
}