From e89df2c3a608cca0cf27af809561497cf0c0c89e Mon Sep 17 00:00:00 2001 From: Renzo Mischianti Date: Thu, 16 Feb 2023 23:03:08 +0100 Subject: [PATCH] Fix STM32 support and add support for Raspberry Pi Pico and other rp2040 boards --- library.json | 4 ++-- library.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library.json b/library.json index eb20ef0..04620ab 100644 --- a/library.json +++ b/library.json @@ -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": [ diff --git a/library.properties b/library.properties index f6c2bee..b7d4ef4 100644 --- a/library.properties +++ b/library.properties @@ -2,8 +2,8 @@ name=PCF8574 library version=2.3.5 author=Renzo Mischianti maintainer=Renzo Mischianti -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