GY-63_MS5611/libraries/PCF8574/library.json
2022-06-18 09:44:19 +02:00

24 lines
559 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.3.5",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "PCF8574.h"
}