20#if ESP_ARDUINO_VERSION >= ESP_ARDUINO_VERSION_VAL(3, 0, 0)
75 printf(
"setting up\n");
81 printf(
"setup completed\n");
85 g_motor_0.RunPwmDuty(1023);
86 g_motor_1.RunPwmDuty(1023);
87 g_motor_2.RunPwmDuty(1023);
88 g_motor_3.RunPwmDuty(1023);
92 g_motor_0.RunPwmDuty(-1023);
93 g_motor_1.RunPwmDuty(-1023);
94 g_motor_2.RunPwmDuty(-1023);
95 g_motor_3.RunPwmDuty(-1023);
A two-channel PWM motor driver class.
String Version()
Get the version number string.