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

Dependencies:   mbed

Fork of YYY_DragonflyHelloWorld by Paul Jaeger

Revision:
3:001167db553f
Parent:
2:d1a79f3c36f7
--- a/main.cpp	Tue Oct 20 00:51:59 2015 +0000
+++ b/main.cpp	Tue Aug 23 18:22:06 2016 +0000
@@ -35,6 +35,9 @@
 Timer led_timer;
 
 int main() {
+    Serial debug(USBTX, USBRX);
+    debug.baud(115200);
+    
     data00 = 1;                            //Initialize LED off
     data01 = 0;                            //Initialize LED on
 //    data02 = 1;                            //Initialize LED off