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

24 lines
556 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"name": "PCF8575",
2021-04-25 13:56:44 -04:00
"keywords": "I2C, PCF8575, 16 channel, IO, shift, rotate, readButton, toggle, reverse",
2021-01-29 06:31:58 -05:00
"description": "Arduino library for PCF8575 - 16 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/PCF8575.git"
},
2024-04-16 15:55:19 -04:00
"version": "0.2.3",
2021-04-25 13:56:44 -04:00
"license": "MIT",
2023-09-23 11:24:31 -04:00
"frameworks": "*",
2021-12-01 08:50:20 -05:00
"platforms": "*",
"headers": "PCF8575.h"
2021-01-29 06:31:58 -05:00
}