ODrive
ODrive copied to clipboard
'AXIS_STATE_MOTOR_CALIBRATION' is not a member of 'ODriveArduino'
when i uploading code to Arduino i am getting below error
'AXIS_STATE_MOTOR_CALIBRATION' is not a member of 'ODriveArduino'
AXIS_STATE_MOTOR_CALIBRATION is defined in ODriveEnums.h so you may have to #include that file.