This project contains two type of beacons: Eddystone and iBeacon.

Dependencies:   microbit-iBeacon

Fork of BTW_ComboBeacon_Solution by KEN OGAMI

Revision:
21:8d35c362b325
Parent:
19:8c3dd0a6a0a1
--- a/main.cpp	Thu Aug 02 04:10:03 2018 +0000
+++ b/main.cpp	Thu Aug 02 14:40:17 2018 +0000
@@ -3,13 +3,13 @@
 /******************************************************
  *          Macros
  ******************************************************/
- // TODO: add ADV on and off flag
+// TODO: add ADV on and off flag
 
  
 /******************************************************
  *          Constants
  ******************************************************/
- // TODO: constants, used for iBeacon UUID(MSB first), Major, Minor and txpower setting
+// TODO: constants, used for iBeacon UUID(MSB first), Major, Minor and txpower setting
 
  
  /******************************************************