24 lines
562 B
JSON
Raw Normal View History

2021-01-29 12:31:58 +01:00
{
"name": "PCF8575",
2021-04-25 19:56:44 +02:00
"keywords": "I2C, PCF8575, 16 channel, IO, shift, rotate, readButton, toggle, reverse",
2021-01-29 12:31:58 +01: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"
},
2022-04-11 10:49:34 +02:00
"version": "0.1.5",
2021-04-25 19:56:44 +02:00
"license": "MIT",
2021-01-29 12:31:58 +01:00
"frameworks": "arduino",
2021-12-01 14:50:20 +01:00
"platforms": "*",
"headers": "PCF8575.h"
2021-01-29 12:31:58 +01:00
}