We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca9e06 commit 15983a3Copy full SHA for 15983a3
2 files changed
Lab_6/README.md
@@ -124,7 +124,7 @@ void gpio_setup(void){
124
gpio_install_isr_service(ESP_INTR_FLAG_DEFAULT);
125
126
/* Add ISR handler */
127
- gpio_isr_handler_add(BUTTON, gpio_isr_handler, (void*) BUTTON);
+ gpio_isr_handler_add(BUTTON, gpio_isr_handler, (void*) ONBOARD_LED);
128
129
}
130
void app_main() {
doc_pages/lab6.md
@@ -117,7 +117,7 @@ void gpio_setup(void){
117
118
119
120
121
122
123
0 commit comments