demo project

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

Revision:
13:ffeff9b5e513
Parent:
12:ac6c9d7f8c40
Child:
15:4bd10f531cdc
--- a/RobotNode/RobotNode.h	Thu Jan 07 17:31:23 2016 +0000
+++ b/RobotNode/RobotNode.h	Fri Jan 15 22:02:46 2016 +0000
@@ -23,7 +23,8 @@
 
 enum NodePartType
 {
-    NT_AX12             = 0x1
+    NT_AX12             = 0x1,
+    NT_Emul             = 0x7f
 };