ESP IDF Robot

This commit is contained in:
2024-12-22 11:31:48 -05:00
parent 4a8a5397f6
commit 5e2ad6920d
13 changed files with 733 additions and 738 deletions

View File

@@ -149,7 +149,7 @@ static void ledc_init (void) {
.intr_type = LEDC_INTR_DISABLE,
.gpio_num = LEDC_OUTPUT_IO,
.duty = LEDC_DUTY,//0,
.hpoint = 0
.hpoint = 1,
};
ESP_ERROR_CHECK(ledc_channel_config(&ledc_channel));
}