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.

main.cpp

Committer:
bluetooth_kyo
Date:
2017-10-17
Revision:
9:69427df8fe06
Parent:
8:fe392760d077

File content as of revision 9:69427df8fe06:

#include "MicroBit.h"

MicroBit uBit;

Serial pcCom(USBTX, USBRX);

// TODO: global data and functions

int main()
{
    pcCom.printf("mBit Beacon.\n\r");

    // TODO: main processing code
}