We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8859de2 commit 040dba0Copy full SHA for 040dba0
README.md
@@ -102,8 +102,8 @@ This example starts with the red leds on.
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
-- `RIGHT touch button` will register a 90° counterclockwise rotation movement
+- `RIGHT touch button` will register a 90° clockwise rotation movement
+- `LEFT touch button` will register a 90° counterclockwise rotation movement
107
108
To clear the commands queue, press the `CANCEL touch button`.
109
The leds will blink in red.
0 commit comments