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 b276ab7 commit b460e61Copy full SHA for b460e61
src/Arduino_MKRIoTCarrier_Relay.cpp
@@ -23,7 +23,7 @@
23
MKRIoTCarrier_Relay::MKRIoTCarrier_Relay(int pin){
24
_pin = pin;
25
pinMode(_pin ,OUTPUT);
26
- open();
+ close();
27
28
}
29
0 commit comments