ESP-IDF Robot Controls

This commit is contained in:
2024-12-28 16:14:26 -05:00
parent d23d214d53
commit 74772b0948
6 changed files with 9 additions and 1 deletions

View File

@@ -858,6 +858,7 @@ void app_main(void)
vTaskDelay(CONFIG_BLINK_PERIOD / portTICK_PERIOD_MS);
// Gradually reduce DC motor rotation speed.
if (var >= 2048)
var -= 124;
else