From d67373902cab3141a46c893c33de7ae9aa209473 Mon Sep 17 00:00:00 2001 From: Renzo Mischianti Date: Thu, 7 Apr 2022 08:53:05 +0200 Subject: [PATCH] Fix description --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 8d1d5d9..f2ef212 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { "name": "PCF8574 library", "keywords": "library, digital, i2c, encoder, expander, pcf8574, io, sensor", - "description": "Library to use i2c digital expander with arduino, esp32, stm32 and esp8266. Can read write digital value with only 2 wire", + "description": "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", "authors": [ { "name": "Renzo Mischianti",