mirror of
https://github.com/xreef/PCF8574_library.git
synced 2024-08-30 18:12:18 +00:00
Fix library prop
This commit is contained in:
parent
d4f46e1ce8
commit
a51726cf23
@ -13,7 +13,7 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/xreef/PCF8574_library.git"
|
||||
},
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.1",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "*"
|
||||
}
|
||||
|
@ -1,9 +1,11 @@
|
||||
name=PCF8574 library
|
||||
version=2.2.0
|
||||
version=2.2.1
|
||||
author=Renzo Mischianti <renzo.mischianti@gmail.com>
|
||||
maintainer=Renzo Mischianti <renzo.mischianti@gmail.com>
|
||||
sentence=Arduino/ESP8266 library for PCF8574
|
||||
paragraph=Use i2c digital expander with Arduino and ESP8266. Can read write digital values with only 2 wire (perfect for ESP-01).
|
||||
paragraph=Use i2c digital expander with Arduino, esp32 and ESP8266. Can read write digital values with only 2 wire. Very simple and encoder support.
|
||||
category=Sensors
|
||||
url=https://github.com/xreef/PCF8574_library
|
||||
url=https://www.mischianti.org/category/my-libraries/pcf8574/
|
||||
repository=https://github.com/xreef/PCF8574_library
|
||||
architectures=*
|
||||
includes=PCF8574.h
|
Loading…
x
Reference in New Issue
Block a user