2022-07-28 13:31:04 +00:00
{
"name" : "PCF8574 library" ,
2022-08-10 08:18:33 +00:00
"version" : "2.3.4" ,
2022-07-28 13:31:04 +00:00
"keywords" : "digital, i2c, encoder, expander, pcf8574, pcf8574a, esp32, esp8266, stm32, SAMD, Arduino, wire" ,
2022-08-10 08:18:33 +00:00
"description" : "Most starred PCF8574 library. 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." ,
2022-07-28 13:31:04 +00:00
"homepage" : "https://www.mischianti.org/category/my-libraries/pcf8574/" ,
"authors" :
[
{
"name" : "Renzo Mischianti" ,
"email" : "renzo.mischianti@gmail.com" ,
"maintainer" : true ,
"url" : "https://www.mischianti.org"
}
] ,
"repository" : {
"type" : "git" ,
"url" : "https://github.com/xreef/PCF8574_library"
} ,
"license" : "MIT" ,
"frameworks" : "arduino" ,
"platforms" : "*" ,
"headers" : [ "PCF8574.h, PCF8574_library.h" ]
}