-
Notifications
You must be signed in to change notification settings - Fork 3k
Updating SDP-K1 PinNames.h. #11337
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
Updating SDP-K1 PinNames.h. #11337
Conversation
@malavikasajikumar, thank you for your changes. |
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.
After spaces are removed, LGTM
LED_RED = LED1, | ||
LED_ORANGE = LED2, | ||
LED_GREEN = LED3, | ||
|
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.
Can you remove pls dead spaces?
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.
One more, the commit msg should contain details from the comment here, please add why you are updating the file.
Could be:
SDP-K1: Updating pin names
Removing LED pin definitions based on color.
Removing and updating incorrect USB pin definitions.
Adding comments for Arduino SPI and I2C pins.
- Removing LED pin definitions based on color. - Removing and updating incorrect USB pin definitions. - Adding comments for Arduino SPI and I2C pins.
Thank you for the reviews. Fixed them here: malavikasajikumar@db0d3d2 Also, replaced a few tabs in the comments with spaces. |
This PR is part of rollup PR #11366 Please do not update this PR, or if needed, let us know asap |
Description
Pull request type
Reviewers
@maclobdell @0xc0170
Release Notes