kopia lustrzana https://github.com/espressif/esp-idf
Merge branch 'bugfix/gpio_example_typo' into 'master'
Fix typo in gpio_example_main.c (GitHub PR #7823) Closes IDFGH-6145 See merge request espressif/esp-idf!15974pull/7966/head
commit
68df7d2ddf
|
@ -84,7 +84,7 @@ void app_main(void)
|
|||
io_conf.pull_up_en = 1;
|
||||
gpio_config(&io_conf);
|
||||
|
||||
//change gpio intrrupt type for one pin
|
||||
//change gpio interrupt type for one pin
|
||||
gpio_set_intr_type(GPIO_INPUT_IO_0, GPIO_INTR_ANYEDGE);
|
||||
|
||||
//create a queue to handle gpio event from isr
|
||||
|
|
Ładowanie…
Reference in New Issue