Kojo / FourDigitLED

Dependents:   IF-SmartClock

Revision:
3:73f31aea935a
Parent:
2:c4e8b2fd8f7e
--- a/FourDigitLED.h	Wed Jul 01 22:05:56 2015 +0000
+++ b/FourDigitLED.h	Sun Jul 05 11:33:05 2015 +0000
@@ -26,11 +26,13 @@
   int setDot(int d, bool n) ;
   void test(int n) ;
   void dump(void) ;
+  void scanDigit(void);
+
 private:
-    void Scan(void) ;
+
     BusOut *LEDs ;
     unsigned char val[DIGITS] ;
-    Ticker Scan_tick ;
+    //Ticker Scan_tick ;
     int scan_digit ;
 } ;