Skip to content

Commit ec6b466

Browse files
Update TASK.md
1 parent 3e50df0 commit ec6b466

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

TASK.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
To design and write a C program to control an EMoRo robot. Your program should use the
1+
Your task is to design and write a C program to control an EMoRo robot. Your program should use the
22
push buttons on its GLAM board to input commands and use its LCD to display messages.
33
The functions of four buttons are specified below:
44
- SW_1: Forward motion and Obstacle avoidance
55
- SW_2: Line following (move along a circle track)
66
- SW_3: Line following (move along a square track)
77
- SW_4: Stop the motion of the robot and reset the computer for next button input.
8+
89
Button: The input to your program will be the four push buttons, SW_1, SW_2, SW_3 and
9-
SW_4. These buttons will trigger the EMoRo robot to implement different tasks.
10+
SW_4.
11+
12+
These buttons will trigger the EMoRo robot to implement different tasks.
1013
More specifically,
1114
Pressing SW_1 triggers the EMoRo robot to move forward and avoid any obstacle
1215
detected by its on-board sonar sensors.

0 commit comments

Comments
 (0)