Page 38 - RoboGenius Pro C3
P. 38
Radio: Send messages wirelessly to other micro:bits.
Loops: Repeat a set of actions again and again.
Logic: The Logic tool helps you make decisions in your program, like if something
happens, do this. It is like giving your micro:bit choices to make.
Variables: Store and change information during the program.
Math: It lets you do simple calculations, like adding or subtracting numbers,
in your program.
Extensions: The Extension tool lets you add extra blocks, like connecting
motors or sensors to your micro:bit.
f(x) Functions: Functions are like shortcuts. You can group a set of actions together
and give them a name to use later.
1 2 Arrays: Arrays help you store many pieces of information in one place, like a list
3
of numbers or names.
Text: The Text tool lets you display words and messages on the micro:bit
screen.
+ Game: The Game tool helps you create fun games. You can use it to make
the micro:bit show scores, play sounds.
Images: The Image tool lets you create pictures that can be shown on the
micro:bit LED screen.
Pins: The Pins tool helps you use the pins on the micro:bit to connect to sensors
or motors.
Serial: The Serial tool lets you send information from the micro:bit to a
computer or other devices. You can use it for debugging or sharing data.
Control: The Control tool lets you manage how your program runs. It helps
you stop, pause or repeat actions at the right times.
Ask AIRO
How to use the micro:bit’s sensors to make the robot react to changes in the environment,
like light or temperature?
RoboGenius Pro - III
36

