Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.05 KB

Micro:bit.md

File metadata and controls

13 lines (7 loc) · 1.05 KB

BBC Micro:bit

BBC Micro:bit is a development board for the hobbyists who are just starting to dig into electronics. The board is pretty capable itself but also one has access to the vast ecosystem of extensions. Or one can just connect its micro:bit somewhere with a couple of crocodile clips.

microbit v2

Programming

Micro:bit can be programmed using MicroPython a lightweight subset of /Python language. Also, one can use the MakeCode Editor and program the device visually.

Resources

  • microfs, a CLI-tool that helps to manage files on the micro:bit's "file system". That files can be Python modules or just assets for your program (you can just open() it!).