Версия 1.0
This commit is contained in:
parent
b31561a4aa
commit
96bf62388f
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user