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 5cfd860 commit 9945e58Copy full SHA for 9945e58
variants/NANOR4/pins_arduino.h
@@ -174,6 +174,11 @@ static const uint8_t SS = PIN_SPI_CS;
174
175
#define VUSB_LDO_ENABLE 1
176
177
+// Use this define to shutdown the 3V3 regulator
178
+// pinMode(ENABLE_3V3, OUTPUT);
179
+// digitalWrite(ENABLE_3V3, LOW);
180
+#define ENABLE_3V3 28
181
+
182
/* EEPROM DEFINES */
183
184
#define ARDUINO_FLASH_TYPE LP_FLASH
variants/NANOR4/variant.cpp
@@ -56,6 +56,7 @@ extern "C" const PinMuxCfg_t g_pin_cfg[] = {
56
{ BSP_IO_PORT_04_PIN_00, P400 }, /* (26) QWIIK SCL */
57
{ BSP_IO_PORT_04_PIN_01, P401 }, /* (27) QWIIK SDA */
58
59
+ { BSP_IO_PORT_05_PIN_00, P500 }, /* (28) 3V3 enable */
60
};
61
62
extern "C" {
0 commit comments