This project contains two type of beacons: Eddystone and iBeacon.
Dependencies: microbit-iBeacon
Fork of BTW_ComboBeacon_Solution by
Revision 21:8d35c362b325, committed 2018-08-02
- Comitter:
- krenbluetoothsig
- Date:
- Thu Aug 02 14:40:17 2018 +0000
- Parent:
- 20:223f589c3fe9
- Commit message:
- 1. CHG: minor change for code retract.
Changed in this revision
beacon_src.txt | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 223f589c3fe9 -r 8d35c362b325 beacon_src.txt --- a/beacon_src.txt Thu Aug 02 04:10:03 2018 +0000 +++ b/beacon_src.txt Thu Aug 02 14:40:17 2018 +0000 @@ -27,6 +27,7 @@ const int8_t CALIBRATED_POWERS[] = {-49, -37, -33, -28, -25, -20, -15, -10}; //**@endcode *******************// + //**@code **********************// // TODO: global data and functions char eddystoneURL[] = "https://www.bluetooth.com";
diff -r 223f589c3fe9 -r 8d35c362b325 main.cpp --- 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 /******************************************************