Lesson Template
Getting Started
Prepare MicroPython firmware, board connection, and first script upload flow.
Lesson Overview
This lesson introduces the core ideas behind Getting Started.
- Firmware flash
- REPL basics
- First print() script
Example Code
print("Hello MicroPython")