fork to bluetooth account.
Dependencies: BLE_API mbed-dev-bin nRF51822
Fork of microbit-dal by
History
commit change to library.
2017-08-03, by kenogami [Thu, 03 Aug 2017 17:36:13 +0000] rev 79
commit change to library.
modify power level and start advertising.
2017-08-02, by kenogami [Wed, 02 Aug 2017 00:23:30 +0000] rev 78
modify power level and start advertising.
updates
2017-07-17, by wwbluetooth [Mon, 17 Jul 2017 21:32:11 +0000] rev 77
updates
updates;
2017-07-17, by wwbluetooth [Mon, 17 Jul 2017 21:27:47 +0000] rev 76
updates;
sdf
2017-07-17, by wwbluetooth [Mon, 17 Jul 2017 20:49:56 +0000] rev 75
sdf
Eddystone URL test using modified DAL
2017-02-08, by bluetooth_mdw [Wed, 08 Feb 2017 07:49:17 +0000] rev 74
Eddystone URL test using modified DAL
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 )