Skip to content

Commit a48cc8d

Browse files
authored
Update REMgQ29tcG9uZW50.h
1 parent 6ece9f4 commit a48cc8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/REMgQ29tcG9uZW50.h

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

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

0 commit comments

Comments
 (0)