A library to control MX28 servos. It could also be used with the rest of the MX series servos.

Dependents:   IDcheck

Fork of MX28 by Georgios Petrou

This library is based on Robotis documentation regarding the dynamixel and MX28 protocols

It is part of a bigger project involving seven mbeds to control a hexapod robot.

I have not tried to control other MX series servos, but it should be possible to use this library with minor modifications.

Revision:
2:85216442d3ef
Parent:
1:5f537df9dca8
--- a/Protocol.h	Wed Sep 12 15:59:54 2012 +0000
+++ b/Protocol.h	Wed Apr 03 16:44:50 2013 +0000
@@ -17,8 +17,8 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
  
-#ifndef PROTOCOL_H
-#define PROTOCOL_H
+#ifndef MX28_PROTOCOL_H
+#define MX28_PROTOCOL_H
 
 #include "mbed.h"
 
@@ -121,4 +121,4 @@
     WAIT_ON_CHECK_SUM
 };
 
-#endif // PROTOCOL_H 
\ No newline at end of file
+#endif // MX28_PROTOCOL_H 
\ No newline at end of file