Версия 1.0

This commit is contained in:
Alexey Zholtikov 2024-05-27 15:42:11 +03:00
parent b31561a4aa
commit 96bf62388f

View File

@ -27,7 +27,7 @@ void app_main(void)
gpio_set_direction(5, GPIO_MODE_OUTPUT); gpio_set_direction(5, GPIO_MODE_OUTPUT);
gpio_set_level(5, 0); gpio_set_level(5, 0);
vTaskDelay(10 / portTICK_PERIOD_MS); vTaskDelay(10 / portTICK_PERIOD_MS);
// gpio_set_level(5, 1); gpio_set_level(5, 1);
gpio_set_direction(5, GPIO_MODE_INPUT); gpio_set_direction(5, GPIO_MODE_INPUT);
rmt_channel_handle_t rx_channel = NULL; rmt_channel_handle_t rx_channel = NULL;