We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b184d1 commit fb01415Copy full SHA for fb01415
ports/stm32/boards/PYBD_SF2/mpconfigboard.h
@@ -154,6 +154,7 @@ extern struct _spi_bdev_t spi_bdev2;
154
#define MICROPY_HW_USRSW_PRESSED (0)
155
156
// LEDs
157
+#define MICROPY_HW_LED_INVERTED (1) // LEDs are on when pin is driven low
158
#define MICROPY_HW_LED1 (pyb_pin_LED_RED)
159
#define MICROPY_HW_LED2 (pyb_pin_LED_GREEN)
160
#define MICROPY_HW_LED3 (pyb_pin_LED_BLUE)
0 commit comments