2021-06-11 04:31:59 -04:00
|
|
|
{
|
|
|
|
"name": "TCA9555",
|
|
|
|
"keywords": "TCA9555,I2C, 16 IO, TCA9535",
|
|
|
|
"description": "Arduino library for I2C TCA9555 16 channel port expander\nShould also work for TCA9535 (not tested)",
|
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/RobTillaart/TCA9555.git"
|
|
|
|
},
|
2021-12-28 12:38:10 -05:00
|
|
|
"version": "0.1.2",
|
2021-06-11 04:31:59 -04:00
|
|
|
"license": "MIT",
|
|
|
|
"frameworks": "arduino",
|
2021-12-28 12:38:10 -05:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "TCA9555.h"
|
2021-06-11 04:31:59 -04:00
|
|
|
}
|