-
Notifications
You must be signed in to change notification settings - Fork 3k
DISCO_L496AG: change LED1 and LED2 pins #7376
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
Conversation
LED1 = PB_13, // Green LD2 on board | ||
LED2 = LED1, | ||
LED1 = PA_5, // Green LD3 on board | ||
LED2 = PB_13, // Green LD2 on board --> Warning: the state is reverted (1=OFF and 0=ON) |
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.
Not coherent with PeripheralPins.c:
{PB_13, UART_3, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF7_USART3)}, // Connected to LED1
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.
Forgot the comments in this file. I will update it too. Thanks.
873d3db
to
b6beb74
Compare
@jeromecoutant Please review after the update |
/morph build |
Build : SUCCESSBuild number : 2499 Triggering tests/morph test |
Exporter Build : FAILUREBuild number : 2145 |
Test : SUCCESSBuild number : 2275 |
/morph export-build |
Exporter Build : FAILUREBuild number : 2147 |
/morph export-build |
/morph export-build |
Exporter Build : SUCCESSBuild number : 2168 |
Description
Change LED1 and LED2 pins assignments.
Pull request type