Dependents:   IF-SmartClock

Files at this revision

API Documentation at this revision

Comitter:
takashikojo
Date:
Sun Nov 22 08:46:13 2015 +0000
Parent:
3:73f31aea935a
Commit message:
Cleaned comments

Changed in this revision

FourDigitLED.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 73f31aea935a -r 5ed17505c88e FourDigitLED.cpp
--- a/FourDigitLED.cpp	Sun Jul 05 11:33:05 2015 +0000
+++ b/FourDigitLED.cpp	Sun Nov 22 08:46:13 2015 +0000
@@ -21,7 +21,7 @@
     setNum(0, 8); setNum(1, 8); setNum(2, 8); setNum(3, 8);
     setDot(0, 1); setDot(1, 1); setDot(2, 1); setDot(3, 1);
     /* end test */
-    //Scan_tick.attach(this, &FourDigitLED::Scan, 0.005);
+
     wait(1.0) ;
     val[0] = 0 ; val[1] = 0 ; val[2] = 0 ; val[3] = 0 ;
 }