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

24 lines
528 B
JSON
Raw Normal View History

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"
},
2024-01-06 09:20:33 -05:00
"version": "0.3.1",
2021-06-11 04:31:59 -04:00
"license": "MIT",
2023-09-23 10:29:05 -04:00
"frameworks": "*",
2021-12-28 12:38:10 -05:00
"platforms": "*",
"headers": "TCA9555.h"
2021-06-11 04:31:59 -04:00
}