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 bf8eb93 commit 4313e77Copy full SHA for 4313e77
src/REMgQ29tcG9uZW50.h
@@ -10,7 +10,7 @@ void attachInput2(int pin) {
10
}
11
12
void Input1(int mode, int speed) {
13
- digitalWrite(Input1, mode);
+ digitalWrite(attachedInput1, mode);
14
if(speed != "") {
15
analogWrite(engine_id, speed);
16
0 commit comments