PCF8574_library/library.json
2022-04-07 07:52:03 +02:00

20 lines
558 B
JSON

{
"name": "PCF8574 library",
"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",
"authors": [
{
"name": "Renzo Mischianti",
"email": "renzo.mischianti@gmail.com",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/xreef/PCF8574_library.git"
},
"version": "2.3.0",
"frameworks": "arduino",
"platforms": "*"
}