LEDs on NucleoF7 are inverted. (#5602)

This commit is contained in:
conkerkh 2018-04-01 21:46:11 +02:00 committed by Michael Keller
parent 31639e4a48
commit 1243b3ad50
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@
#define LED0_PIN PB7
#define LED1_PIN PB14
#define LED0_INVERTED
#define LED1_INVERTED
#define USE_BEEPER
#define BEEPER_PIN PA0