Skip to content

Add board.LED for Grand Central M4 Express #5112

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

Merged
merged 2 commits into from
Aug 9, 2021

Conversation

NathanY3G
Copy link

Fixes #5111

@NathanY3G
Copy link
Author

NathanY3G commented Aug 8, 2021

Tested on a GCM4 by running the following code from the REPL.

import board
from digitalio import DigitalInOut, Direction
led = DigitalInOut(board.LED)
led.direction = Direction.OUTPUT
led.value = True

Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this. I missed it in my big sweep in #5066.

@NathanY3G
Copy link
Author

Thanks for doing this. I missed it in my big sweep in #5066.
I am glad I could help out :-)

@microdev1 microdev1 merged commit f6d7b87 into adafruit:main Aug 9, 2021
@NathanY3G NathanY3G deleted the add-board-led-to-gcm4 branch July 12, 2022 20:43
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

Successfully merging this pull request may close these issues.

board.LED not defined for Grand Central M4 Express
3 participants