A stripped down simple seven segement example for RedBED

Dependencies:   mbed

Revision:
6:1038a056c5a5
Parent:
5:dfcd93886d8a
--- a/main.cpp	Sat May 24 19:08:05 2014 +0000
+++ b/main.cpp	Tue May 27 12:13:15 2014 +0000
@@ -38,7 +38,7 @@
     com = led;
     
     //Update the segments to the desired values.
-    //the loop ensures the segments are  on for an amount 
+    //the loop ensures the segments are on for an amount 
     //of time before being switched off again.
     for(uint8_t i = 0; i < 100; i++) 
     {