fork to bluetooth account

Dependencies:   microbit

Fork of BTW_Eddystone_Solution1 by Ken Ogami

Files at this revision

API Documentation at this revision

Comitter:
kenogami
Date:
Wed Aug 02 00:24:21 2017 +0000
Parent:
5:c175ef4d3b80
Child:
7:310df58718c2
Commit message:
modified to start with custom advertising.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
microbit.lib Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Jul 17 21:41:46 2017 +0000
+++ b/main.cpp	Wed Aug 02 00:24:21 2017 +0000
@@ -56,7 +56,8 @@
     uBit.messageBus.listen(MICROBIT_ID_BUTTON_A, MICROBIT_BUTTON_EVT_CLICK, onButtonA);
     uBit.messageBus.listen(MICROBIT_ID_BUTTON_B, MICROBIT_BUTTON_EVT_CLICK, onButtonB);
     
-    startAdvertising();
+    // start custom advertising in BLEManager
+//    startAdvertising();
     
     release_fiber();
 }
--- a/microbit.lib	Mon Jul 17 21:41:46 2017 +0000
+++ b/microbit.lib	Wed Aug 02 00:24:21 2017 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/wwbluetooth/code/microbit1/#b638e152b4df
+https://developer.mbed.org/users/kenogami/code/microbit/#6b2e2e1148da