mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-19 07:15:49 +00:00
ESP-IDF Robot Controls
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user