GY-63_MS5611/libraries/PCF8574/library.json

24 lines
553 B
JSON
Raw Normal View History

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