FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 7a67dcb2 authored by ayush1301's avatar ayush1301
Browse files

Changed else block to go forward at a low speed

parent 2f613907
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,7 @@ void loop() {
Serial.println("Ramp on");
}
else {
move_both(motors, 150);
Serial.println("Else block fml");
/*
for(int j = 0; j < 2; j++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment