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 bf501a8 + ce7fd9b commit 0b6810aCopy full SHA for 0b6810a
src/Arduino_MachineControl.h
@@ -93,8 +93,8 @@ class COMMClass {
93
digitalWrite(PinNameToIndex(PA_0), LOW);
94
digitalWrite(PinNameToIndex(PI_9), LOW);
95
//SHUTDOWN OF CAN LEDS
96
- digitalWrite(PinNameToIndex(PB_8), LOW);
97
- digitalWrite(PinNameToIndex(PH_13), LOW);
+ digitalWrite(PinNameToIndex(PB_8), HIGH);
+ digitalWrite(PinNameToIndex(PH_13), HIGH);
98
99
// SET DEFAULTS for RS485
100
rs485Enable(false);
0 commit comments