Alphabot2 for micro:bit User Manual
38
/
76
MOVING
We create a new project. Let Alphabot2 moves forward, backward, turns left and turns
right by coding.
1.
Place
Motor speed
block in
on start
- If both motors move forward, robot will move forward
- If both motors move backward, robot will move backward
- If left motor moves backward or stop, and right motor moves forward, robot will
turn left (generally, if the speed of two motors are different, robot will make a
turn)
-If left motor moves forward, and right motor moves backward or stop, robot will
turn right (generally, if the speed of two motors are different, robot will make a
turn)
-If both motors stop, robot stops.
2.
Place
pause (ms)
for delays
Содержание Alphabot2
Страница 1: ...Alphabot2 for micro bit User Manual 1 76 Alphabot2 for micro bit User Manual...
Страница 12: ...Alphabot2 for micro bit User Manual 12 76...
Страница 59: ...Alphabot2 for micro bit User Manual 59 76 module...
Страница 63: ...Alphabot2 for micro bit User Manual 63 76 2 Script for receiver...