Learn how to use the 'for' loop in programming to repeat actions a specified number of times.
Run part of the program the number of times you say.
Explore various loop structures in programming including for, while, and repeat loops.
An event that runs when the program starts, initializing the program's settings and features.
Explore the Blocks language for programming with Microsoft MakeCode, designed for educational purposes.
Enable communication between micro:bit and smartphones using Bluetooth for various applications.
A service that allows micro:bit to notify connected devices when buttons are pressed.
Reset the micro:bit and restart the program with a simple function call.
Learn how to run parts of a program concurrently in Microsoft MakeCode.
Direct the serial input and output to use the USB connection for micro:bit.
Learn how to write a string to the serial port without starting a new line afterward.
Learn how to send name:value pairs to the serial port using the write Value function in Microsoft MakeCode.