Go to file
James Devine 628e34882c microbit-samples: updated module.json to v2.0.0-rc3 and updated reference to microbit to v2.0.0-rc3 2016-05-11 14:04:05 +01:00
source microbit-samples: Update to make HelloWorld the default sample 2016-04-08 16:57:27 +01:00
.gitignore microbit-samples: added default target of bbc-microbit-classic-gcc 2016-03-24 14:54:47 +00:00
.yotta.json microbit-samples: added default target of bbc-microbit-classic-gcc 2016-03-24 14:54:47 +00:00
LICENSE microbit-samples: Added license information. 2016-04-06 16:43:10 +01:00
README.md microbit-samples: Added a suite of basic samples 2016-04-08 16:52:09 +01:00
config.json microbit-samples: added config.json to provide an example of microbit-dal configuration through yotta 2016-04-19 16:35:53 +01:00
module.json microbit-samples: updated module.json to v2.0.0-rc3 and updated reference to microbit to v2.0.0-rc3 2016-05-11 14:04:05 +01:00

README.md

microbit-samples

A collection of example programs using the micro:bit runtime.

The source folder contains a selection of samples demonstrating the capabilities and usage of the runtime APIs. To select a sample, edit the MicroBitSamples.h file in the source folder and uncomment the line matching the sample you wish to use. Please be sure to note that only one sample is selected at a time.

Overview

The micro:bit runtime provides an easy to use environment for programming the BBC micro:bit in the C/C++ language, written by Lancaster University. It contains device drivers for all the hardware capabilities of the micro:bit, and also a suite of runtime mechanisms to make programming the micro:bit easier and more flexible. These range from control of the LED matrix display to peer-to-peer radio communication and secure Bluetooth Low Energy services. The micro:bit runtime is proudly built on the ARM mbed and Nordic nrf51 platforms.

In addition to supporting development in C/C++, the runtime is also designed specifically to support higher level languages provided by our partners that target the micro:bit. It is currently used as a support library for all the languages on the BBC www.microbit.co.uk website, including Microsoft Block, Microsoft TouchDevelop, Code Kingdoms JavaScript and Micropython languages.

micro:bit runtime docs | microbit-dal | uBit

Build Environments

Build Environment Documentation
ARM mbed online http://lancaster-university.github.io/microbit-docs/online-toolchains/#mbed
yotta http://lancaster-university.github.io/microbit-docs/offline-toolchains/#yotta

BBC Community Guidelines

BBC Community Guidelines