Skip to content

Commit 040dba0

Browse files
committed
readme corrections, LEFT and RIGHT inverted
1 parent 8859de2 commit 040dba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ This example starts with the red leds on.
102102
Everytime a `directional touch button` is pressed, the leds blink in a purple color indicating that the command has been registered.
103103
- `UP touch button` will register a 10 cm forward movement
104104
- `DOWN touch button` will register a 10 cm backward movement
105-
- `LEFT touch button` will register a 90° clockwise rotation movement
106-
- `RIGHT touch button` will register a 90° counterclockwise rotation movement
105+
- `RIGHT touch button` will register a 90° clockwise rotation movement
106+
- `LEFT touch button` will register a 90° counterclockwise rotation movement
107107

108108
To clear the commands queue, press the `CANCEL touch button`.
109109
The leds will blink in red.

0 commit comments

Comments
 (0)