demo project

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

Revision:
23:381b6c77a6a0
Parent:
21:051751f9ca9e
Child:
24:f6aa0e64c5e1
--- a/IothubRobotArm.cpp	Tue Jan 26 20:24:31 2016 +0000
+++ b/IothubRobotArm.cpp	Tue Jan 26 20:26:24 2016 +0000
@@ -24,7 +24,7 @@
 #endif // MBED_BUILD_TIMESTAMP
 
 // TODO: move to config file
-static const char* connectionString = "HostName=HenryrIot.azure-devices.net;DeviceId=RobotArm;SharedAccessKey=FUTqsobGrV0ldHbnmOKluN6W90FG1G5z/jnhz+Gr53k=";
+static const char* connectionString = "[Insert ITHub connection string here]";
 
 extern void ShowLedColor(int col);