You can chat about native SDK questions and issues here.

User avatar
By R1BNC
#80984 I have a NodeMCU devkit 1.0 CP2102 and I am using the easygpio code, but the LED on GPIO12, 13, 14, 15 or D5, D6, D7, D8 does not blink.
Code: Select alleasygpio_outputSet (grn, 1);



But when using the esp-open-rtos's Blinky code, the LED blinks.
Code: Select all
const int grn = 12; /* Green D6 */
...
        gpio_write(grn, 1);//0