Fix STM32 support and add support for Raspberry Pi Pico and other rp2040 boards

This commit is contained in:
Renzo Mischianti 2023-02-16 23:03:08 +01:00
parent 2b37808949
commit e89df2c3a6
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
{ {
"name": "PCF8574 library", "name": "PCF8574 library",
"version": "2.3.5", "version": "2.3.5",
"keywords": "digital, i2c, encoder, expander, pcf8574, pcf8574a, esp32, esp8266, stm32, SAMD, Arduino, wire", "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, esp32, SMT32 and ESP8266. Can read write digital values with only 2 wire. Very simple to use and encoder support.", "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/", "homepage": "https://www.mischianti.org/category/my-libraries/pcf8574/",
"authors": "authors":
[ [

View File

@ -2,8 +2,8 @@ name=PCF8574 library
version=2.3.5 version=2.3.5
author=Renzo Mischianti <renzo.mischianti@gmail.com> author=Renzo Mischianti <renzo.mischianti@gmail.com>
maintainer=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 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, SMT32 and ESP8266. Can read write digital values with only 2 wire. Very simple to use and encoder support. 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 category=Signal Input/Output
url=https://www.mischianti.org/category/my-libraries/pcf8574/ url=https://www.mischianti.org/category/my-libraries/pcf8574/
repository=https://github.com/xreef/PCF8574_library repository=https://github.com/xreef/PCF8574_library