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.
LED_PWR
1 parent 4951bf6 commit 5197542Copy full SHA for 5197542
variants/STELLA/variant.cpp
@@ -139,7 +139,7 @@ extern "C" {
139
void initVariant() {
140
// turn power LED on
141
pinMode(LED_PWR, OUTPUT);
142
- digitalWrite(LED_PWR, HIGH);
+ digitalWrite(LED_PWR, LOW);
143
144
// Errata Nano33BLE - I2C pullup is controlled by the SWO pin.
145
// Configure the TRACEMUX to disable routing SWO signal to pin.
0 commit comments