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