Skip to content

Commit

Permalink
Develop (#13)
Browse files Browse the repository at this point in the history
* fix #6 tag 0.2.3 => 0.2.4
  • Loading branch information
RobTillaart authored Dec 17, 2020
1 parent a5cf513 commit d4a57f3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion PCF8574.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
// FILE: PCF8574.cpp
// AUTHOR: Rob Tillaart
// DATE: 02-febr-2013
// VERSION: 0.2.3
// VERSION: 0.2.4
// PURPOSE: Arduino library for PCF8574 - I2C IO expander
// URL: https://github.com/RobTillaart/PCF8574
// http://forum.arduino.cc/index.php?topic=184800
//
// HISTORY:
// 0.2.4 2020-12-17 fix #6 tag problem 0.2.3
// 0.2.3 2020-12-14 fix #6 readButton8 ambiguity
// 0.2.2 2020-12-07 add Arduino-ci + start unit test + Wire.h in PCF8574.h
// 0.2.1 2020-06-19 fix library.json
Expand Down
4 changes: 2 additions & 2 deletions PCF8574.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// FILE: PCF8574.H
// AUTHOR: Rob Tillaart
// DATE: 02-febr-2013
// VERSION: 0.2.3
// VERSION: 0.2.4
// PURPOSE: Arduino library for PCF8574 - I2C IO expander
// URL: https://github.com/RobTillaart/PCF8574
// http://forum.arduino.cc/index.php?topic=184800
Expand All @@ -15,7 +15,7 @@
#include "Arduino.h"
#include "Wire.h"

#define PCF8574_LIB_VERSION "0.2.3"
#define PCF8574_LIB_VERSION "0.2.4"

#define PCF8574_OK 0x00
#define PCF8574_PIN_ERROR 0x81
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type": "git",
"url": "https://github.com/RobTillaart/PCF8574.git"
},
"version":"0.2.3",
"version":"0.2.4",
"frameworks": "arduino",
"platforms": "*"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=PCF8574
version=0.2.3
version=0.2.4
author=Rob Tillaart <[email protected]>
maintainer=Rob Tillaart <[email protected]>
sentence=Arduino library for PCF8574 - I2C IO expander
Expand Down

0 comments on commit d4a57f3

Please sign in to comment.