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

25 lines
516 B
JSON
Raw Normal View History

2016-12-17 14:53:18 -05:00
{
"name": "PCF8574",
2020-05-23 07:33:43 -04:00
"keywords": "I2C, PCF8574, PCF8574A, IO, I/O, shift, rotate",
"description": "Arduino library for PCF8574 - 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
},
2020-05-23 07:33:43 -04:00
"version":"0.2.0",
2016-12-17 14:53:18 -05:00
"frameworks": "arduino",
"platforms": "*",
"export": {
2020-05-23 07:33:43 -04:00
"include": "*"
2016-12-17 14:53:18 -05:00
}
}