Closed THEb0nny closed 2 years ago
I found and write the value manually, but this function gives me the value 0.
I forgot to add this... Now everything works. using namespace ControlTableItem;
@THEb0nny Thanks for the update. Some Arduino boards use an identical definition such as LED so we had to specify our namespace in the D2A library.
Hi, I usually example with https://emanual.robotis.com/docs/en/software/arduino_ide/ for readControlTableItem. dxl.readControlTableItem(PRESENT_VOLTAGE, 1) but it turns out 'PRESENT_VOLTAGE' was not declared in that scope. I would like to get the targetPosition value that the motor should get. This PRESENT_POSITION?