My fork
Dependencies: BLE_API mbed-dev-bin nRF51822-bluetooth-mdw
Fork of microbit-dal-bluetooth-mdw by
History
Added externs to header file
2017-01-05, by bluetooth_mdw [Thu, 05 Jan 2017 10:29:03 +0000] rev 79
Added externs to header file
fix mbed-dev-bin lib file to point to a real repository
2017-01-03, by bluetooth_mdw [Tue, 03 Jan 2017 12:43:42 +0000] rev 78
fix mbed-dev-bin lib file to point to a real repository
Animation service skeleton
2016-12-27, by bluetooth_mdw [Tue, 27 Dec 2016 11:55:17 +0000] rev 77
Animation service skeleton
Solution
2016-12-27, by bluetooth_mdw [Tue, 27 Dec 2016 10:59:38 +0000] rev 76
Solution
Animation service
2016-12-27, by bluetooth_mdw [Tue, 27 Dec 2016 10:56:32 +0000] rev 75
Animation service
New Bluetooth animation service
2016-12-27, by bluetooth_mdw [Tue, 27 Dec 2016 10:48:18 +0000] rev 74
New Bluetooth animation service
Link to latest mbed-dev-bin (mbed library)
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 )