Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 773 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 773 Bytes

Dynamixel Communication Library

This library was developed with a view to using the Dynamixel XL430 servomotor in a robot.

Supported boards

Board using HardwareSerial using SoftwareSerial
Teensy 3.x natively with TeensyDuino libs natively with TeensyDuino libs
STM32 nucleo not supported natively with STM32duino core libs since v1.8
ESP32 not supported adding ESPSoftwareSerial lib
Arduino AVR not supported adding SoftwareSerialWithHalfDuplex lib