Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork48
Change hardcoded Pin 13 to LED_BUILTIN#56
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
CLAassistant commentedJun 13, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
The circuit description comment also needs to be dealt with:
- LED connected from digital pin 13 to ground through 220 ohm resistor |
I'm not sure what the best approach is. The associated tutorial should be considered (of course it can be updated as needed).
Most of the examples are doing the same hardcoded pin 13 thing as this "PhysicalPixel" example was using. The only exceptions which are usingLED_BUILTIN
:
- Blink (tutorialhere)
- BlinkWithoutDelay (tutorialhere
Those might serve as a useful model for how to proceed to take advantage ofLED_BUILTIN
in other examples and tutorials.
No description provided.