Skip to content

DISCO_L4R9I correct LED pins #12559

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 1 commit into from
Mar 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,9 @@ typedef enum {
#endif

// Generic signals namings
LED1 = PB_0, // Orange
LED2 = PH_4, // Green
LED3 = PB_13, // Green
LED4 = LED1,
LED_RED = LED3,
LED1 = PH_4, // LD2 Green
LED2 = PB_13, // LD3 Green

USER_BUTTON = PC_13, // Joystick

// Standardized button names
Expand Down