Skip to content

Commit bf8eb93

Browse files
authored
Update REMgQ29tcG9uZW50.h
1 parent a48cc8d commit bf8eb93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/REMgQ29tcG9uZW50.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ void attachInput2(int pin) {
99
attachedInput2 = pin;
1010
}
1111

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

0 commit comments

Comments
 (0)