PCF8574_library/library.json

20 lines
558 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",
"description": "Library to use i2c digital expander with arduino, esp32, stm32 and esp8266. Can read write digital value with only 2 wire",
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": "*"
}