Bluetooth Beacon Class

Dependencies:   microbit

Fork of BluetoothWorldBeaconsClass by Wendy Warne

Committer:
wwbluetooth
Date:
Thu Mar 16 03:56:30 2017 +0000
Revision:
2:e0b345a505f7
Parent:
0:580a61fd96a1
Commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bluetooth_mdw 0:580a61fd96a1 1 #include "MicroBit.h"
bluetooth_mdw 0:580a61fd96a1 2
bluetooth_mdw 0:580a61fd96a1 3 MicroBit uBit;
bluetooth_mdw 0:580a61fd96a1 4
bluetooth_mdw 0:580a61fd96a1 5
bluetooth_mdw 0:580a61fd96a1 6
bluetooth_mdw 0:580a61fd96a1 7
bluetooth_mdw 0:580a61fd96a1 8
bluetooth_mdw 0:580a61fd96a1 9 int main()
bluetooth_mdw 0:580a61fd96a1 10 {
wwbluetooth 2:e0b345a505f7 11
wwbluetooth 2:e0b345a505f7 12
bluetooth_mdw 0:580a61fd96a1 13 }