From 10deb30db18115317092df3f55aed2db8e790641 Mon Sep 17 00:00:00 2001 From: Renzo Mischianti Date: Thu, 7 Apr 2022 07:54:46 +0200 Subject: [PATCH] Fix package size --- .gitattributes | 1 + README.md | 4 +++- library.properties | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8a100e0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +resources export-ignore diff --git a/README.md b/README.md index a1dc3f0..f3ecae8 100644 --- a/README.md +++ b/README.md @@ -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 `/libraries/` folder. You may need to create the libraries subfolder if its your first library. Restart the IDE. @@ -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") diff --git a/library.properties b/library.properties index 2015e11..edec1a8 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=PCF8575 library -version=1.0.2 +version=1.0.3 author=Renzo Mischianti maintainer=Renzo Mischianti sentence=PCF8575, library for Arduino, ESP8266, smt32 and esp32