"Hello" from Serial debug port at 9600 and Chasing LEDs.

Dependencies:   mbed

Fork of YYY_DragonflyHelloWorld by Paul Jaeger

Revision:
2:d1a79f3c36f7
Parent:
1:8d2af54ac542
Child:
3:001167db553f
--- a/main.cpp	Mon Jun 08 19:55:59 2015 +0000
+++ b/main.cpp	Tue Oct 20 00:51:59 2015 +0000
@@ -36,14 +36,14 @@
 
 int main() {
     data00 = 1;                            //Initialize LED off
-    data01 = 1;                            //Initialize LED off
+    data01 = 0;                            //Initialize LED on
 //    data02 = 1;                            //Initialize LED off
     data03 = 1;                            //Initialize LED off
     data04 = 1;                            //Initialize LED off
     data05 = 1;                            //Initialize LED off
     data06 = 1;                            //Initialize LED off
     data07 = 1;                            //Initialize LED off
-    data08 = 0;                            //Initialize LED off
+    data08 = 1;                            //Initialize LED off
     print_timer.start();                //Start timers, will count until stopped
     led_timer.start();