GY-63_MS5611/libraries/PCF8575/library.json
2024-04-16 21:55:19 +02:00

24 lines
556 B
JSON

{
"name": "PCF8575",
"keywords": "I2C, PCF8575, 16 channel, IO, shift, rotate, readButton, toggle, reverse",
"description": "Arduino library for PCF8575 - 16 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/PCF8575.git"
},
"version": "0.2.3",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "PCF8575.h"
}