Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pico onboard LED support #13

Open
tokiAi opened this issue Oct 14, 2024 · 2 comments
Open

Pico onboard LED support #13

tokiAi opened this issue Oct 14, 2024 · 2 comments

Comments

@tokiAi
Copy link

tokiAi commented Oct 14, 2024

Hello,

I am using a Raspberry Pi Pico, and I noticed that the onboard LED is typically referenced as GPIO 25 or board.LED. However, I am unsure if it is fully supported in the current version of the u2if firmware.

Could you please clarify:

Is the onboard LED on GPIO 25 (or board.LED) officially supported for the Pico board?
If so, are there any specific configurations or initialization steps required to enable or use it?
If not currently supported, are there any plans to add support in future releases?

Additionally, this feature is nice to have for testing the basic LED blink script after setting up u2if, as it would allow a quick check that everything is working as expected.

Thank you for your time and assistance!

@caternuson
Copy link

The u2if firmware probably supports this. Access to it would depends on how you are interfacing with the Pico running the u2if firmware.

For example, Blinka does not provide access to GP25:
https://github.com/adafruit/Adafruit_Blinka/blob/main/src/adafruit_blinka/board/pico_u2if.py

@freemansoft
Copy link

freemansoft commented Jan 28, 2025

Yes, I noticed this also. Was wondering if this was so that the same U2IF could be used for Pico and Pico W? The LED on the Pico W is not attached to pin 25 and pin25 is tied up communicating with the wireless

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants