You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is 2029 correct for servo 5? or should it be 2021?
the library only compiles for Teensyduino board package 1.58.2 or lower. When i compile with the latest Teensyduino board package (1.59.0), i get this error a few times
/mnt/data/Work/Tools/t4_actuators_board/src/t4_servos_and_am32_escs_control_w_feedback/ESCCMD.cpp: In function 'int ESCCMD_3D_on()':
/mnt/data/Work/Tools/t4_actuators_board/src/t4_servos_and_am32_escs_control_w_feedback/ESCCMD.cpp:241:23: error: 'class HardwareSerial' has no member named 'clear'241 | ESCCMD_serial[i]->clear( );
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: