-
Notifications
You must be signed in to change notification settings - Fork 474
LED_BUILTIN not working on Pico2 W #2644
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Please double check you have selected the Pico 2 W board from the menus, and also please run the |
This is the code I'm using : // the loop function runs over and over again forever It works on a Pico W but when I swap the board to a Pico 2W and changed the board to Pico 2W, upload the same sketch the LED on board does not come on or blink. I've also tried on another Pico 2W with the same result. |
Thanks for checking. It's one of the teething problems in the Pico2W release. Replace I'll be updating this line to the right pin...
|
Ok, changed to 64 and the LED now blinks. |
I'm trying to blink the on board LED on the Pico2 W but the LED is not coming on.
pinMode(LED_BUILTIN, OUTPUT);
digitalWrite(LED_BUILTIN, HIGH);
This is working on a Pico W.
I'm using library v4.3.0
Does it need updating for the Pico2 W ?
The text was updated successfully, but these errors were encountered: