2016-12-17 20:53:18 +01:00
|
|
|
{
|
|
|
|
"name": "PCF8574",
|
2021-04-25 19:56:44 +02:00
|
|
|
"keywords": "I2C, PCF8574, PCF8574A, IO, shift, rotate, readButton, toggle, reverse",
|
2021-01-29 12:31:58 +01:00
|
|
|
"description": "Arduino library for PCF8574 - 8 channel I2C IO expander, implements shift rotate.",
|
2016-12-18 10:48:17 +01:00
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
2016-12-17 20:53:18 +01:00
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2020-05-23 13:33:43 +02:00
|
|
|
"url": "https://github.com/RobTillaart/PCF8574.git"
|
2016-12-17 20:53:18 +01:00
|
|
|
},
|
2022-11-16 12:26:14 +01:00
|
|
|
"version": "0.3.7",
|
2021-04-25 19:56:44 +02:00
|
|
|
"license": "MIT",
|
2016-12-17 20:53:18 +01:00
|
|
|
"frameworks": "arduino",
|
2021-12-23 12:51:26 +01:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "PCF8574.h"
|
2016-12-17 20:53:18 +01:00
|
|
|
}
|