GY-63_MS5611/libraries/PCF8574/library.json
2024-01-08 15:12:06 +01:00

24 lines
553 B
JSON

{
"name": "PCF8574",
"keywords": "I2C, PCF8574, PCF8574A, IO, shift, rotate, readButton, toggle, reverse",
"description": "Arduino library for PCF8574 - 8 channel I2C IO expander, implements shift rotate.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/PCF8574.git"
},
"version": "0.4.1",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "PCF8574.h"
}