Skip to content

Commit 35ea173

Browse files
AEROH7DIGITAL: Correct LED pin mappings and add color comments (#936)
1 parent 8287828 commit 35ea173

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configs/AEROH7DIGITAL/config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
#define I2C1_SDA_PIN PB9
6363
#define I2C4_SDA_PIN PB7
6464

65-
#define LED0_PIN PD8
66-
#define LED1_PIN PB14
67-
#define LED2_PIN PB15
65+
#define LED0_PIN PD8 // Blue
66+
#define LED1_PIN PB15 // Green
67+
#define LED2_PIN PB14 // Amber
6868

6969
#define SPI1_SCK_PIN PA5
7070
#define SPI1_SDI_PIN PA6

0 commit comments

Comments
 (0)