GY-63_MS5611/libraries/MCP23017_RT/library.json

23 lines
462 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"name": "MCP23017",
2021-04-25 13:56:44 -04:00
"keywords": "MCP23017,I2C,16 IO",
2021-01-29 06:31:58 -05: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-06-06 13:58:43 -04:00
"version": "0.2.3",
2021-04-25 13:56:44 -04:00
"license": "MIT",
2021-01-29 06:31:58 -05:00
"frameworks": "arduino",
"platforms": "*"
}