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

23 lines
533 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
},
2021-07-05 04:01:35 -04:00
"version": "0.3.2",
2021-04-25 13:56:44 -04:00
"license": "MIT",
2016-12-17 14:53:18 -05:00
"frameworks": "arduino",
2020-11-27 05:28:57 -05:00
"platforms": "*"
2016-12-17 14:53:18 -05:00
}