Skip to content

Commit 4313e77

Browse files
authored
Update REMgQ29tcG9uZW50.h
1 parent bf8eb93 commit 4313e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/REMgQ29tcG9uZW50.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ void attachInput2(int pin) {
1010
}
1111

1212
void Input1(int mode, int speed) {
13-
digitalWrite(Input1, mode);
13+
digitalWrite(attachedInput1, mode);
1414
if(speed != "") {
1515
analogWrite(engine_id, speed);
1616
}

0 commit comments

Comments
 (0)