We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The builtin LED is enabled during boot up and doesn't provide any sensible information apart from the fact that PicoBoot code is flashed correctly.
Use the LED to signal diagnostic information. It can use different blinking patterns to differentiate a few things:
* * * * *
- * * * *
- - * * *
- - - * *
- - - - *
The text was updated successfully, but these errors were encountered:
Maybe another option is to use some GPIOs to output a status byte, and let people connect LEDs to them?
Sorry, something went wrong.
webhdx
No branches or pull requests
Current behavior:
The builtin LED is enabled during boot up and doesn't provide any sensible information apart from the fact that PicoBoot code is flashed correctly.
How can we improve?
Use the LED to signal diagnostic information. It can use different blinking patterns to differentiate a few things:
Blinking patterns
* * * * *
- * * * *
- - * * *
- - - * *
- - - - *
The text was updated successfully, but these errors were encountered: