Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.14 KB

open-source.md

File metadata and controls

20 lines (13 loc) · 1.14 KB

Open Source

The editor is open source on GitHub under the MIT license. Contributions are welcome, please check our GitHub repos.

Source Code

C++ Runtime

The C++ micro:bit runtime, created at Lancaster University, provides access to the hardware functions of the micro:bit, as well as a set of helper functions (such as displaying a number/image/string on the LED screen).

Extensions