demo project

Dependencies:   AX-12A Dynamixel mbed iothub_client EthernetInterface NTPClient ConfigFile SDFileSystem iothub_amqp_transport mbed-rtos proton-c-mbed wolfSSL

Revision:
8:d98e2dec0f40
Parent:
7:6723f6887d00
Child:
10:9b21566a5ddb
--- a/main.cpp	Tue Dec 29 23:31:28 2015 +0000
+++ b/main.cpp	Thu Dec 31 17:47:55 2015 +0000
@@ -88,7 +88,7 @@
     pc.foreground(Yellow);
     pc.background(Black);
 
-    pc.locate( 0, 0 );
+    pc.locate(0, 0);
     pc.printf("**********************\r\n");
     pc.printf("RobotArmDemo start\r\n");
     pc.printf("**********************\r\n");
@@ -106,7 +106,7 @@
     // TODO: test for connection established
     Thread::wait(15000);
     
-    pc.printf( "Initialization done. Ready to run. \r\n");
+    pc.printf("Initialization done. Ready to run. \r\n");
 
 
     RunController();