Telesensorics / AX-12A

Dependents:   RobotArmDemo

Fork of AX-12A by robot arm demo team

Revision:
5:bae6dc62dfb4
Parent:
2:7b970151bf19
Parent:
4:f2da3b1d9988
Child:
6:a702043b1420
--- a/AX12.h	Mon Dec 28 17:19:02 2015 +0000
+++ b/AX12.h	Mon Dec 28 17:28:16 2015 +0000
@@ -83,6 +83,9 @@
 public:
     AX12(DynamixelBus* pbus, ServoId = 1);
 
+    // sets the servo ID
+    StatusCode SetServoId(char newId);
+
     // returns the status of the servo (connected/not connected + errors)
     StatusCode Ping();