Skip to content

Commit

Permalink
write different motor speeds
Browse files Browse the repository at this point in the history
  • Loading branch information
SanduniU committed Sep 6, 2023
1 parent f76969a commit 1b558f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ void loop()
{
// Serial.println("Loop");
motor.motorWrite(80, 80);
delay(10);
delay(5000);
motor.motorWrite(-80,-80);
delay(5000);

}

0 comments on commit 1b558f3

Please sign in to comment.