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 7f33f15 commit c1a8c7fCopy full SHA for c1a8c7f
ports/stm32/boards/PYBD_SF2/mpconfigboard.h
@@ -44,6 +44,7 @@
44
#define MICROPY_BOARD_ENTER_STOP board_sleep(1);
45
#define MICROPY_BOARD_LEAVE_STOP board_sleep(0);
46
#define MICROPY_BOARD_ENTER_STANDBY board_sleep(1);
47
+#define MICROPY_BOARD_SDCARD_POWER mp_hal_pin_high(pyb_pin_EN_3V3);
48
void board_early_init(void);
49
void board_sleep(int value);
50
0 commit comments