Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: FourDigitLED.h
- 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 ;
} ;