mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
24 lines
559 B
JSON
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.8",
|
|
"license": "MIT",
|
|
"frameworks": "arduino",
|
|
"platforms": "*",
|
|
"headers": "PCF8574.h"
|
|
}
|