Bluetooth Beacon Class

Fork of BluetoothWorldBeaconsClass by Wendy Warne

Committer:
wwbluetooth
Date:
Thu Mar 16 04:02:28 2017 +0000
Revision:
3:e14b57cd2cb8
Parent:
2:e0b345a505f7
Bluetooth Beacon Class

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 }