developer.mbed.org branch of Lancaster University's microbit library. The real home for this is https://github.com/lancaster-university/microbit
Dependencies: microbit-dal
Dependents: microbit-samples microbit_snake microbit_snake microbit-letter-game ... more
History
Update to latest DAL
2016-07-13, by JonnyA [Wed, 13 Jul 2016 14:33:05 +0000] rev 14
Update to latest DAL
Synchronized with git rev 4275ab29
2016-07-13, by LancasterUniversity [Wed, 13 Jul 2016 13:00:26 +0100] rev 13
Synchronized with git rev 4275ab29
Author: James Devine
microbit: one more spelling correction
Synchronized with git rev ef758346
2016-07-13, by LancasterUniversity [Wed, 13 Jul 2016 13:00:25 +0100] rev 12
Synchronized with git rev ef758346
Author: James Devine
microbit: minor spelling corrections
Courtesy of @gbaman
Synchronized with git rev 67c254ec
2016-07-13, by LancasterUniversity [Wed, 13 Jul 2016 13:00:23 +0100] rev 11
Synchronized with git rev 67c254ec
Author: James Devine
microbit: moved to v2.0.0-rc4
Synchronized with git rev cec66615
2016-07-13, by LancasterUniversity [Wed, 13 Jul 2016 13:00:22 +0100] rev 10
Synchronized with git rev cec66615
Author: James Devine
microbit: Modified module.json to pull the latest tagged release of microbit-dal
Synchronized with git rev a0bd383d
2016-07-13, by LancasterUniversity [Wed, 13 Jul 2016 13:00:20 +0100] rev 9
Synchronized with git rev a0bd383d
Author: James Devine
microbit: updated module.json to v2.0.0-rc3, and microbit-dal v2.0.0-rc3
Synchronized with git rev 95a3a6b3
2016-07-13, by LancasterUniversity [Wed, 13 Jul 2016 13:00:19 +0100] rev 8
Synchronized with git rev 95a3a6b3
Author: James Devine
microbit: updated module.json to v2.0.0-rc2, and microbit-dal v2.0.0-rc2
Synchronized with git rev 019f370d
2016-07-13, by LancasterUniversity [Wed, 13 Jul 2016 13:00:18 +0100] rev 7
Synchronized with git rev 019f370d
Author: James Devine
microbit: updated module.json to point to a tagged release of microbit-dal.
Merge changes for bugfix and versions
2016-04-08, by Jonathan Austin [Fri, 08 Apr 2016 18:47:16 +0100] rev 6
Merge changes for bugfix and versions
Hg: --
Synchronized with git rev c5889e4c
2016-04-08, by LancasterUniversity [Fri, 08 Apr 2016 16:36:37 +0100] rev 5
Synchronized with git rev c5889e4c
Author: Joe Finney
microbit: BUGFIX Wake accelerometer on listen for GESTURE events
Previously, the accelerometer was only lazily initialised when it was
acccessed directly or an event handler was registered for
MICROBIT_ID_ACCELEROMETER. This patch also wakes the accelerometer on event
handlers registering for MICROBIT_ID_GESTURE.