Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions BOEBOT/boebot.ino
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This is some arduino code for a BoeBot
// This is some arduino code for a BoeBot.
// It uses an IR sensor to detect objects in front of it!

// Importing the Servo library
Expand Down Expand Up @@ -68,4 +68,4 @@ void loop()
left.write(180);
right.write(0);
}
}
}