Skip to content

Commit

Permalink
Fix package size
Browse files Browse the repository at this point in the history
  • Loading branch information
xreef committed Apr 7, 2022
1 parent 2b528fd commit 10deb30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
resources export-ignore
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

Library to use i2c analog IC with arduino and esp8266. Can read and write digital value with only 2 wire (perfect for ESP-01).

06/04/2022: v1.0.3 Fix package size

Tutorial:

To download. click the DOWNLOADS button in the top right corner, rename the uncompressed folder PCF8575. Check that the PCF8575 folder contains `PCF8575\\.cpp` and `PCF8575.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.
Expand Down Expand Up @@ -120,6 +122,6 @@ void keyPressedOnPCF8575(){
```

For the examples I use this wire schema on breadboard:
![Breadboard](https://github.com/xreef/PCF8575_library/blob/master/resources/testReadWriteLedButton_bb.png)
![Breadboard](https://github.com/xreef/PCF8575_library/raw/master/resources/testReadWriteLedButton_bb.png)

[![Test pcf8575](https://img.youtube.com/vi/jWeHzBLeN6s/0.jpg)](https://youtu.be/jWeHzBLeN6s "Test pcf8575")
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=PCF8575 library
version=1.0.2
version=1.0.3
author=Renzo Mischianti <[email protected]>
maintainer=Renzo Mischianti <[email protected]>
sentence=PCF8575, library for Arduino, ESP8266, smt32 and esp32
Expand Down

0 comments on commit 10deb30

Please sign in to comment.