fork to bluetooth account.

Dependencies:   microbit-iBeacon

Fork of BluetoothWorldBeaconsClass by Ken Ogami

Beacon Hands-on-Training project used as starter for class.

Libraries updated to use microbit-iBeacon -> microbit-dal-iBeacon to support both Eddystone and iBeacon formats.

Revision:
9:69427df8fe06
Parent:
8:fe392760d077
--- a/main.cpp	Mon Oct 16 20:25:30 2017 +0000
+++ b/main.cpp	Tue Oct 17 21:10:31 2017 +0000
@@ -2,7 +2,13 @@
 
 MicroBit uBit;
 
+Serial pcCom(USBTX, USBRX);
+
+// TODO: global data and functions
 
 int main()
 {
+    pcCom.printf("mBit Beacon.\n\r");
+
+    // TODO: main processing code
 }