Merge branch 'master' into robolager2026

This commit is contained in:
Oleg Kalachev
2026-07-16 16:54:47 +03:00
8 changed files with 18 additions and 9 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ const char* getModeName();
void sendMotors();
int getDutyCycle(float value);
bool motorsActive();
void testMotor(int n);
void testMotor(int, float);
void print(const char* format, ...);
void pause(float duration);
void doCommand(String str, bool echo);