Fix package size, organize and fix
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
resources export-ignore
|
@ -2,7 +2,7 @@
|
|||||||
* PCF8574 GPIO Port Expand
|
* PCF8574 GPIO Port Expand
|
||||||
*
|
*
|
||||||
* AUTHOR: Renzo Mischianti
|
* 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/
|
* https://www.mischianti.org/2019/01/02/pcf8574-i2c-digital-i-o-expander-fast-easy-usage/
|
||||||
*
|
*
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* PCF8574 GPIO Port Expand
|
* PCF8574 GPIO Port Expand
|
||||||
*
|
*
|
||||||
* AUTHOR: Renzo Mischianti
|
* 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/
|
* https://www.mischianti.org/2019/01/02/pcf8574-i2c-digital-i-o-expander-fast-easy-usage/
|
||||||
*
|
*
|
||||||
|
@ -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.
|
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
|
## 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)
|
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.
|
# 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:
|
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)
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "PCF8574 library",
|
"name": "PCF8574 library",
|
||||||
"keywords": "i2c, pcf8574, io, sensor",
|
"keywords": "library, digital, i2c, encoder, expander, 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).",
|
"description": "Library to use i2c digital expander with arduino, esp32, stm32 and esp8266. Can read write digital value with only 2 wire",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Renzo Mischianti",
|
"name": "Renzo Mischianti",
|
||||||
@ -13,7 +13,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/xreef/PCF8574_library.git"
|
"url": "https://github.com/xreef/PCF8574_library.git"
|
||||||
},
|
},
|
||||||
"version": "2.2.4",
|
"version": "2.3.0",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": "*"
|
"platforms": "*"
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name=PCF8574 library
|
name=PCF8574 library
|
||||||
version=2.2.4
|
version=2.3.0
|
||||||
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=PCF8574, library for Arduino, ESP8266, smt32 and esp32
|
sentence=PCF8574, library for Arduino, ESP8266, smt32 and esp32
|
||||||
|
Before Width: | Height: | Size: 326 KiB After Width: | Height: | Size: 292 KiB |
Before Width: | Height: | Size: 535 KiB After Width: | Height: | Size: 140 KiB |
Before Width: | Height: | Size: 933 KiB After Width: | Height: | Size: 189 KiB |
Before Width: | Height: | Size: 320 KiB After Width: | Height: | Size: 396 KiB |