6976055aa9
* Migrate term 'package' to 'extension' * Bad link * Add package term note * Small article change
1.1 KiB
1.1 KiB
Open Source
The editor is open source on GitHub under the MIT license. Contributions are welcome, please check our GitHub repos.
Source Code
- microsoft/pxt-microbit, PXT target for BBC micro:bit, also includes the documentation.
- microbit/pxt, programming experience toolkit (PXT)
- microsoft/pxt-microbit-core, Yotta module used to build the BBC micro:bit runtime
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
- microsoft/pxt-neopixel, extension for neopixel strips
- microsoft/pxt-filesystem, extension for the file system
- microsoft/pxt-max6675, extension for Temperature Probe (MAX6675)