Skip to content

Commit 995dcc0

Browse files
committed
readme corrections, more
1 parent ae3d68e commit 995dcc0

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -90,27 +90,27 @@ Each color allows to run a different demo as following:
9090
- `green` launches the hand following demo
9191
- `blue` launches the line follower demo
9292

93-
To run a demo, press the `OK touch pad`, after selecting the right color demo.
93+
To run a demo, press the `OK touch button`, after selecting the right demo color.
9494

9595
To run a different demo, turn the robot off and on again or reset the Arduino® Nano ESP32.
9696

9797
### 1. Touch mode example (RED)
9898
This example starts with the red leds on.
9999

100-
`directional touch pads` (up, down, left, right) program the desired movements.
100+
`directional touch buttons` (UP, DOWN, LEFT, RIGHT) program the desired movements.
101101

102-
Everytime a directional touch pads is pressed, the leds blink with a purple color indicating that the command has been registered.
103-
- `UP touch pad` will register a 10 cm forward movement
104-
- `DOWN touch pad` will register a 10 cm backward movement
105-
- `LEFT touch pad` will register a 90° clockwise rotation movement
106-
- `UP touch pad` will register a 90° counterclockwise rotation movement
102+
Everytime a `directional touch button` is pressed, the leds blink in a purple color indicating that the command has been registered.
103+
- `UP touch button` will register a 10 cm forward movement
104+
- `DOWN touch button` will register a 10 cm backward movement
105+
- `LEFT touch button` will register a 90° clockwise rotation movement
106+
- `UP touch button` will register a 90° counterclockwise rotation movement
107107

108-
To clear the commands queue, press the `cancel touch pad`.
108+
To clear the commands queue, press the `CANCEL touch button`.
109109
The leds will blink in red.
110110

111-
To start the sequence, press the `ok touch pad`.
111+
To start the sequence, press the `OK touch button`.
112112

113-
Pressing the `cancel touch pad` at any time stops the robot and resets the sequence.
113+
Pressing the `CANCEL touch button` at any time stops the robot and resets the sequence.
114114

115115
<br>
116116

@@ -119,11 +119,11 @@ This example starts with the green leds on.
119119

120120
Place an obstacle or your hand in front of the robot.
121121

122-
To start the robot press the `ok touch pad`.
122+
To start the robot press the `OK touch button`.
123123

124-
The robot automatically moves itself to keep a 10 centimeters distance from the obstacle/hand.
124+
The robot will move to keep a 10 centimeters distance from the obstacle/hand.
125125

126-
It is possible to stop the robot at any time by pressing the `cancel touch pad`.
126+
It is possible to stop the robot at any time by pressing the `CANCEL touch button`.
127127

128128
<br>
129129

@@ -132,9 +132,9 @@ This example starts with the blue leds on.
132132

133133
To run this example, a white board and black tape (2cm wide) is required.
134134

135-
Place the robot at the center of the line and press the `ok touch pad`.
135+
Place the robot at the center of the line and press the `OK touch button`.
136136

137-
It is possible to stop the robot at any time by pressing the `cancel touch pad`.
137+
It is possible to stop the robot at any time by pressing the `CANCEL touch button`.
138138

139139

140140

0 commit comments

Comments
 (0)