GY-63_MS5611/libraries/TCA9555/library.json
2023-11-22 12:01:13 +01:00

24 lines
528 B
JSON

{
"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"
},
"version": "0.1.7",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "TCA9555.h"
}