Commit bce7c6ae by rosere

Update tank_0.1.ino

parent e3b721cb
Showing with 1 additions and 1 deletions
......@@ -44,7 +44,7 @@ void loop() {
digitalWrite(in4, LOW);
for (i = 0; i < 255; i +=10)
{
analogWrite(enA, i); //
analogWrite(enA, i);
analogWrite(enB, i);
delay(200);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment