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 85b9047 commit 67f9349Copy full SHA for 67f9349
1 file changed
Mk2_fasterControl_Full/processing.cpp
@@ -310,10 +310,8 @@ void updatePortsStates()
310
}
311
} while (i);
312
313
- // On this particular PCB, the trigger has been soldered active high. This means that the
314
- // trigger line must be set to LOW to turn the load ON.
315
- setPinsON(pinsOFF);
316
- setPinsOFF(pinsON);
+ setPinsOFF(pinsOFF);
+ setPinsON(pinsON);
317
318
319
/**
0 commit comments