mbed.org local branch of microbit-dal. The real version lives in git at https://github.com/lancaster-university/microbit-dal

Dependencies:   BLE_API nRF51822 mbed-dev-bin

Dependents:   microbit Microbit IoTChallenge1 microbit ... more

History

Link to latest mbed-dev-bin (mbed library) default tip

2016-07-13, by JonnyA [Wed, 13 Jul 2016 14:32:54 +0000] rev 73

Link to latest mbed-dev-bin (mbed library)


Update lib files

2016-07-13, by Jonathan Austin [Wed, 13 Jul 2016 12:43:17 +0100] rev 72

Update lib files


Synchronized with git rev ff547977

2016-07-13, by LancasterUniversity [Wed, 13 Jul 2016 12:18:51 +0100] rev 71

Synchronized with git rev ff547977
Author: Joe Finney
microbit: Removed dependency on microbit target for MicroBitDisplay

- removed ROW1 and COL1 dependencies that are defined in the bbc-microbit
family of mbed targets, so that microbit-dal can be compiled for other mbed
targets. #172

- removed legacy reference to the default microbitMatrixMap in
MicroBitDisplay, in favour of the map configured through the constructor.


Synchronized with git rev 4fd5b0b6

2016-07-13, by LancasterUniversity [Wed, 13 Jul 2016 12:18:50 +0100] rev 70

Synchronized with git rev 4fd5b0b6
Author: Charles Hemming
Protection from ISR added to queueDepth counter (#175 )


Synchronized with git rev 862528bb

2016-07-13, by LancasterUniversity [Wed, 13 Jul 2016 12:18:49 +0100] rev 69

Synchronized with git rev 862528bb
Author: James Devine
microbit-dal: minor spelling corrections

Courtesy of @gbaman


Synchronized with git rev c0282381

2016-07-13, by LancasterUniversity [Wed, 13 Jul 2016 12:18:48 +0100] rev 68

Synchronized with git rev c0282381
Author: James Devine
microbit-dal: moved to v2.0.0-rc4


Synchronized with git rev 05c03b06

2016-07-13, by LancasterUniversity [Wed, 13 Jul 2016 12:18:47 +0100] rev 67

Synchronized with git rev 05c03b06
Author: James Devine
microbit-dal: added validation to send [#151]


Synchronized with git rev a962befe

2016-07-13, by LancasterUniversity [Wed, 13 Jul 2016 12:18:46 +0100] rev 66

Synchronized with git rev a962befe
Author: Joe Finney
Merge pull request #159 from lancaster-university/bugfix-145-shake-hard-to-trigger

Bugfix 145 shake hard to trigger


Synchronized with git rev 00674e34

2016-07-13, by LancasterUniversity [Wed, 13 Jul 2016 12:18:45 +0100] rev 65

Synchronized with git rev 00674e34
Author: Joe Finney
microbit: Tuning and furhter debounce of SHAKE gesture

- Added timeout code to prevent over-generation of SHAKE events.
- Tuning of SHAKE detection parameters to align sensitivity with existing
microbit.co.uk algorithm


Synchronized with git rev 07b6f7f6

2016-07-13, by LancasterUniversity [Wed, 13 Jul 2016 12:18:43 +0100] rev 64

Synchronized with git rev 07b6f7f6
Author: Joe Finney
microbit: CRC check bugfix to MicroBitRadio #150

Integrated @whs-che patch as documented in #150, which prevents packets with a
failed CRC checksum from being processed.