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 448a96c commit 7137f1bCopy full SHA for 7137f1b
ports/nrf/boards/bluemicro833/board.c
@@ -33,6 +33,8 @@
33
#include "nrf_gpio.h"
34
35
void board_init(void) {
36
+ // "never_reset" the pin here because CircuitPython will try to reset pins after a VM run otherwise.
37
+ never_reset_pin_number(POWER_SWITCH_PIN->number);
38
// Turn on power to sensors and neopixels.
39
nrf_gpio_cfg(POWER_SWITCH_PIN->number,
40
NRF_GPIO_PIN_DIR_OUTPUT,
0 commit comments