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

Add onboard powerLED to show "ON" #1

Closed
STFUandFish opened this issue Feb 17, 2023 · 4 comments
Closed

Add onboard powerLED to show "ON" #1

STFUandFish opened this issue Feb 17, 2023 · 4 comments

Comments

@STFUandFish
Copy link

STFUandFish commented Feb 17, 2023

For my use (Thank you , by the way!) I added the following to enable the onboard LED so I'd remember it was actually running:

import board
import digitalio

And in the loop add:

led.value = True

@TomasHubelbauer
Copy link
Owner

Thanks for the tip! I linked to it from the README for folks who might be interested in adding it as well!

@STFUandFish
Copy link
Author

Thanks for the tip! I linked to it from the README for folks who might be interested in adding it as well!

Clearly, I didn't read it! LOL!

@TomasHubelbauer
Copy link
Owner

No - I mean after you've mentioned it. :D I integrated your contribution 😌

@STFUandFish
Copy link
Author

STFUandFish commented Feb 17, 2023 via email

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

2 participants