Driver for the IO Expander/LED Driver

Revision:
2:0f4b9539feca
Parent:
1:0176ec93c3fe
--- a/SX1509.h	Thu Apr 20 17:55:01 2017 +0000
+++ b/SX1509.h	Wed Apr 26 18:04:24 2017 +0000
@@ -152,6 +152,7 @@
         void setBlink(uint8_t pin, uint8_t tOn, uint8_t tOff, uint8_t iOff);
         void writePin(uint8_t pin, uint8_t intensity);
         void setReset();
+        void fullReset();
 };