microbit

Dependents of microbit

A dependent is a program or library which makes use of this library.

Samples of how to use the micro:bit DAL with mbed. This is a hg clone of the real git repo that can be found here: https://github.com/lancaster-university/microbit-samples dal, Microbit, samples
A simple two button snake.
Simple letter game testing dexterity and using several features of the microbit, such as button events, the display and the system timer game
Example display component code from http://lancaster-university.github.io/microbit-docs/advanced/#using-components-directly component, display, Microbit
Control a dual DC motor powered buggy using the BBC MicroBit BBC, Microbit, Renishaw, robot
An example of how to us the micro:bit DAL's accelerometer abstraction. This is a one-way sync from GitHub. Please don't try to push changes here, instead push them to the … Microbit
A simple example of how to use the buttons on the micro:bit with the DAL. This is a one-way translation of the microbit-samples repository on GitHub. Please don't try to …
An example of how to us the micro:bit DAL's abstraction. This is a one-way translation of the microbit-samples repository on GitHub. Please don't try to push changes here, instead push …
An example of how to use the micro:bit DAL's abstraction for a simple 'Hello World' on the micro:bit display. This is a one-way translation of the microbit-samples repository on GitHub. …
A space invaders game using the micro:bit. This example uses buttons, 'fibers' (like threads or tasks), the display, and the sleep functions. It is one of the more elaborate examples …
This example shows the use of the 'Pins' (edge connector) and the DAL to make a logic gate simulator from a micro:bit - many of these can be wired together …
An example of how to us the micro:bit DAL's abstraction. This is a one-way translation of the microbit-samples repository on GitHub. Please don't try to push changes here, instead push …
An example of how to us the micro:bit DAL's abstraction. This is a one-way translation of the microbit-samples repository on GitHub. Please don't try to push changes here, instead push …
An example of how to us the micro:bit DAL's abstraction. This is a one-way translation of the microbit-samples repository on GitHub. Please don't try to push changes here, instead push …
An example of a simple snake game on the micro:bit. This example shows the use of the accelerometer and plotting pixels on the display. This is a one-way translation of …
An example using the DAL's radio module that sends and recieves messages to let you know when someone is nearby. This is a one-way translation of the microbit-samples repository on …
An example of how to us the micro:bit DAL's abstraction. This is a one-way translation of the microbit-samples repository on GitHub. Please don't try to push changes here, instead push … dal, micro:bit, Microbit
How to use the micro:bit display without the whole microbit class. Example display component code from http://lancaster-university.github.io/microbit-docs/advanced/#using-components-directly display, matrix, micro:bit, Microbit
This simple program displays either "A" or "B" on LED matrix when you press A/B button built-on micro:bit and any compatible devices (such as chibi:bit) chibi:bit, micro:bit
A program for the BBC MicroBit that displays temperature and compass headings. Microbit
MicroBit clock based on DS3231 clock, DS3231, Microbit
microbit digital read test based on Lancaster University runtime
Copy of the original microbit-hello-world from Jonny at ARM mbed
Cup and Ball game. Catch the ball at the top of the screen in the cup at the bottom of the screen.
Simple BLE Radio tester and signal strength (RSSI) meter, using microbit radio lib. BLE, Microbit, Radio, signal strength
where is the c++ cheatsheet
should work with the data logger app to measure temperature, etc.
snake game from https://github.com/lancaster-university/microbit-samples/tree/master/source/examples/snake
A - floating heart B - FOX
send microbit compass data
send microbit compass and accelerometer data
Sends compass and accelerometer data, receives data and displays on LED matrix
Just a Simple Clock, before uplaoding the code, make sure to update the time
A program designed to run on the microbit. Used for driving a buggy.
A simple compass using the BBC Micro:Bit. Uses a point-line distance calculation to light the LEDs instead of commonly used pre-calculated LED Matrix which gives nicer representation of the direction. compass
Starting point for the student buggy project TRW
Display an animated Sinuswave using GREY_SCALE_MODE for the display. Well - its my forst program.