Fix package size, organize and fix

This commit is contained in:
Renzo Mischianti 2022-04-07 07:52:03 +02:00
parent 0700db282a
commit 7132586772
11 changed files with 10 additions and 7 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
resources export-ignore

View File

@ -2,7 +2,7 @@
* PCF8574 GPIO Port Expand
*
* AUTHOR: Renzo Mischianti
* VERSION: 2.2.4
* VERSION: 2.3.0
*
* https://www.mischianti.org/2019/01/02/pcf8574-i2c-digital-i-o-expander-fast-easy-usage/
*

View File

@ -2,7 +2,7 @@
* PCF8574 GPIO Port Expand
*
* AUTHOR: Renzo Mischianti
* VERSION: 2.2.4
* VERSION: 2.3.0
*
* https://www.mischianti.org/2019/01/02/pcf8574-i2c-digital-i-o-expander-fast-easy-usage/
*

View File

@ -29,6 +29,8 @@ Tutorial:
To download. click the DOWNLOADS button in the top right corner, rename the uncompressed folder PCF8574. Check that the PCF8574 folder contains `PCF8574\\.cpp` and `PCF8574.h`. Place the DHT library folder your `<arduinosketchfolder>/libraries/` folder. You may need to create the libraries subfolder if its your first library. Restart the IDE.
## Changelog
06/04/2022: v2.3.0 Fix package size
30/12/2021: v2.2.4 Minor fix and remove deprecated declaration
23/11/2020: v2.2.2 Add multiple implementation for encoder management (you can enable by uncomment relative define)
# Reef complete PCF8574 PCF8574AP digital input and output expander with i2c bus.
@ -133,5 +135,5 @@ void keyPressedOnPCF8574(){
```
For the examples I use this wire schema on breadboard:
![Breadboard](https://github.com/xreef/PCF8574_library/blob/master/resources/testReadWriteLedButton_bb.png)
![Breadboard](https://github.com/xreef/PCF8574_library/raw/master/resources/testReadWriteLedButton_bb.png)

View File

@ -1,7 +1,7 @@
{
"name": "PCF8574 library",
"keywords": "i2c, pcf8574, io, sensor",
"description": "Use i2c digital expander with Arduino and ESP8266. Can read write digital values with only 2 wire (perfect for ESP-01).",
"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",
"authors": [
{
"name": "Renzo Mischianti",
@ -13,7 +13,7 @@
"type": "git",
"url": "https://github.com/xreef/PCF8574_library.git"
},
"version": "2.2.4",
"version": "2.3.0",
"frameworks": "arduino",
"platforms": "*"
}

View File

@ -1,5 +1,5 @@
name=PCF8574 library
version=2.2.4
version=2.3.0
author=Renzo Mischianti <renzo.mischianti@gmail.com>
maintainer=Renzo Mischianti <renzo.mischianti@gmail.com>
sentence=PCF8574, library for Arduino, ESP8266, smt32 and esp32

Binary file not shown.

Before

Width:  |  Height:  |  Size: 326 KiB

After

Width:  |  Height:  |  Size: 292 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 535 KiB

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 933 KiB

After

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 320 KiB

After

Width:  |  Height:  |  Size: 396 KiB