From f958316af9272527e9adc7a69ee29092edd6f83c Mon Sep 17 00:00:00 2001 From: dean Date: Wed, 19 Sep 2018 17:11:53 -0400 Subject: [PATCH] DM: reset update and bump --- Adafruit_seesaw.h | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Adafruit_seesaw.h b/Adafruit_seesaw.h index 027092a..4f6f572 100644 --- a/Adafruit_seesaw.h +++ b/Adafruit_seesaw.h @@ -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(); diff --git a/library.properties b/library.properties index dfcbd20..8dedb80 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Adafruit seesaw Library -version=1.1.6 +version=1.1.7 author=Adafruit maintainer=Adafruit sentence=This is a library for the Adafruit seesaw helper IC.