Skip to content

Commit

Permalink
DM: reset update and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
deanm1278 committed Sep 19, 2018
1 parent 0754c44 commit f958316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Adafruit_seesaw.h
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class Adafruit_seesaw : public Print {
Adafruit_seesaw(TwoWire *Wi=NULL);
~Adafruit_seesaw(void) {};

bool begin(uint8_t addr = SEESAW_ADDRESS, int8_t flow=-1, bool reset=false);
bool begin(uint8_t addr = SEESAW_ADDRESS, int8_t flow=-1, bool reset=true);
uint32_t getOptions();
uint32_t getVersion();
void SWReset();
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Adafruit seesaw Library
version=1.1.6
version=1.1.7
author=Adafruit
maintainer=Adafruit <[email protected]>
sentence=This is a library for the Adafruit seesaw helper IC.
Expand Down

0 comments on commit f958316

Please sign in to comment.