Commit graph

7 commits

Author SHA1 Message Date
Jonathan Protzenko
6e65c33e88 Expose PinName for PWM purposes. 2015-08-14 15:51:16 -07:00
James Devine
7e8e6778d7 microbit-dal: Added readme.md
This read me describes the process of getting the microbit environment working with yotta.
2015-08-14 17:29:00 +01:00
James Devine
3ef5901c5b microbit-dal: added a reset mechanism to uBit
Users can now call uBit.reset() to reset the device.
2015-08-14 16:51:45 +01:00
James Devine
d7b3ba9dab microbit-dal: Fixed a bug on printing a character with a delay
Previously when a blocking print finished, the animatemode was not
reset, which meant sometimes there would be a race condition.
2015-08-14 01:06:41 +01:00
James Devine
f8ebfc69fb microbit-dal: added #define to determine BLE usage
NO_BLE can now be defined to determine whether ble
will be brought up or not at initialisation of uBit.
This is especially useful for two new Yotta targets:
bbc-microbit-classic-gcc-nosd,
bbc-microbit-classic-armcc-nosd, which do not use
softdevice.
2015-08-13 00:49:48 +01:00
James Devine
0552741cf1 microbit-dal: updated module.json
Updated module.json to point to lancaster-university organisation
repos.
2015-08-12 16:08:02 +01:00
James Devine
538e1c48bd microbit-dal: Initial Commit
This is the first commit of the microbit-dal on GitHub.
This repository contains the runtime, which is a light
weight operating system developed by Lancaster University.
2015-08-12 11:53:41 +01:00