A stripped down simple seven segement example for RedBED

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
JimCordwell
Date:
Sat May 24 19:08:05 2014 +0000
Parent:
4:84ce87a4a8e8
Child:
6:1038a056c5a5
Commit message:
comment correction

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat May 24 19:03:48 2014 +0000
+++ b/main.cpp	Sat May 24 19:08:05 2014 +0000
@@ -53,7 +53,7 @@
     }
     
     //Finally switch off all segments again, we must do this otherwise when
-    //switching com the segments will momentarily duplicated from this led.
+    //switching com the segments will be momentarily duplicated from this led.
     seg_a = seg_b = seg_c = seg_d = seg_e = seg_f = seg_g = seg_p = 1;
 }