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.
2 parents 0cb4082 + fecd9f8 commit 070f817Copy full SHA for 070f817
variants/ARDUINO_NANO33BLE/pins_arduino.h
@@ -118,8 +118,8 @@ static const uint8_t SCK = PIN_SPI_SCK;
118
#define PIN_WIRE_SDA1 (30u)
119
#define PIN_WIRE_SCL1 (31u)
120
121
-#define PIN_ENABLE_SENSORS_3V3 (32u)
122
-#define PIN_ENABLE_I2C_PULLUP (33u)
+#define PIN_ENABLE_I2C_PULLUP (32u)
+#define PIN_ENABLE_SENSORS_3V3 (33u)
123
124
#define PIN_INT_APDS (26u)
125
0 commit comments