We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ef21c commit 17e6530Copy full SHA for 17e6530
interrupt_example/user/user_main.c
@@ -51,6 +51,9 @@ void ICACHE_FLASH_ATTR user_init()
51
" 3.- Connect GPIO0 to ground to increment count edge\r\n"
52
);
53
54
+// Initialize the GPIO subsystem.
55
+ gpio_init();
56
+
57
// =================================================
58
// Initialize GPIO2 and GPIO0 as GPIO
59
0 commit comments