mirror of
https://github.com/xreef/PCF8574_library.git
synced 2024-08-30 18:12:18 +00:00
Fix STM32 support and add support for Raspberry Pi Pico and other rp2040 boards
This commit is contained in:
parent
2b37808949
commit
e89df2c3a6
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "PCF8574 library",
|
||||
"version": "2.3.5",
|
||||
"keywords": "digital, i2c, encoder, expander, pcf8574, pcf8574a, esp32, esp8266, stm32, SAMD, Arduino, wire",
|
||||
"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.",
|
||||
"keywords": "digital, i2c, encoder, expander, pcf8574, pcf8574a, esp32, esp8266, stm32, SAMD, Arduino, wire, rp2040, Raspberry",
|
||||
"description": "Most starred PCF8574 library. i2c digital expander for Arduino, Raspberry Pi Pico and rp2040 boards, esp32, SMT32 and ESP8266. Can read write digital values with only 2 wire. Very simple to use and encoder support.",
|
||||
"homepage": "https://www.mischianti.org/category/my-libraries/pcf8574/",
|
||||
"authors":
|
||||
[
|
||||
|
@ -2,8 +2,8 @@ name=PCF8574 library
|
||||
version=2.3.5
|
||||
author=Renzo Mischianti <renzo.mischianti@gmail.com>
|
||||
maintainer=Renzo Mischianti <renzo.mischianti@gmail.com>
|
||||
sentence=Most starred PCF8574 library for Arduino (standard and SAMD), ESP8266, smt32 and esp32
|
||||
paragraph=Most starred PCF8574 library. i2c digital expander for Arduino (standard and SAMD), esp32, SMT32 and ESP8266. Can read write digital values with only 2 wire. Very simple to use and encoder support.
|
||||
sentence=Most starred PCF8574 library for Arduino (standard and SAMD), Raspberry Pi Pico and rp2040 boards, ESP8266, smt32 and esp32
|
||||
paragraph=Most starred PCF8574 library. i2c digital expander for Arduino (standard and SAMD), esp32, Raspberry Pi Pico and rp2040 boards, SMT32 and ESP8266. Can read write digital values with only 2 wire. Very simple to use and encoder support.
|
||||
category=Signal Input/Output
|
||||
url=https://www.mischianti.org/category/my-libraries/pcf8574/
|
||||
repository=https://github.com/xreef/PCF8574_library
|
||||
|
Loading…
x
Reference in New Issue
Block a user