PCF8574_library/library.json

20 lines
583 B
JSON
Raw Normal View History

2020-06-30 11:23:04 +00:00
{
"name": "PCF8574 library",
2022-04-07 05:52:03 +00:00
"keywords": "library, digital, i2c, encoder, expander, pcf8574, io, sensor",
2022-04-07 06:53:05 +00:00
"description": "i2c digital expander for Arduino, esp32, SMT32 and ESP8266. Can read write digital values with only 2 wire. Very simple to use and encoder support",
2020-06-30 11:23:04 +00:00
"authors": [
{
"name": "Renzo Mischianti",
"email": "renzo.mischianti@gmail.com",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/xreef/PCF8574_library.git"
},
2022-04-07 05:52:03 +00:00
"version": "2.3.0",
2020-06-30 11:23:04 +00:00
"frameworks": "arduino",
"platforms": "*"
}