PCA9555

Dependents:   Telliskivi2_2014 PowerManagementBoard_Rev_A_2017

Revision:
8:8f59b7233e6c
Parent:
7:3b54389686ca
--- a/PCA9555.h	Thu Sep 19 07:06:54 2013 +0000
+++ b/PCA9555.h	Sun Nov 03 11:43:05 2013 +0000
@@ -23,7 +23,7 @@
      * @return The two bytes read
      */
     int read();
-    
+    int getLastRead();
     /** Write to the IO pins
      * 
      * @param data The 16 bits to write to the IO port
@@ -73,7 +73,9 @@
     int _address;
     unsigned int currentWriteState;
     unsigned int lastReadState;
-    
+    DigitalOut led3;
+    int retryCount;
+    int currentRetryCount;
     void callChange(void);
 };