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 2daed47 commit 6b33e73Copy full SHA for 6b33e73
variants/arduino_101/variant.cpp
@@ -179,9 +179,8 @@ void variantGpioInit(void)
179
PinDescription *p = &g_APinDescription[pin];
180
SET_PIN_MODE(p->ulSocPin, p->ulPinMode);
181
pinmuxMode[pin] = GPIO_MUX_MODE;
182
+ pinMode(pin, INPUT);
183
}
- //make sure the led is not lit on sketch start
184
- digitalWrite(LED_BUILTIN, LOW);
185
186
187
void variantPwmInit(void)
0 commit comments