ESP-WROOM-32 30-pin LED anomaly
Posted: Sat Apr 06, 2024 7:03 pm
Greetings to all -
My question is this: I have six of these great 30-pin mcu's and the blue LED's all behave differently.
For instance, some mcu's will light these blue LED's when there is absolutely NO code reference to GPIO2. If I set -
in setup(), the blue LED will still light up. Yet, on other mcu's this blue LED is always off. If I run BLINK, the output is as expected.
This issue is not the end-of-the-world for me. I would just like to understand why these mcu's behave as they do with regard to these LED's.
Thank you.
My question is this: I have six of these great 30-pin mcu's and the blue LED's all behave differently.
For instance, some mcu's will light these blue LED's when there is absolutely NO code reference to GPIO2. If I set -
Code: Select all
digitalWrite (blu_led, LOW)
This issue is not the end-of-the-world for me. I would just like to understand why these mcu's behave as they do with regard to these LED's.
Thank you.