Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_HeartRate_DELTA by
Diff: main.cpp
- Revision:
- 1:82331af3e4c9
- Parent:
- 0:c7bcc0b36b5e
- Child:
- 2:0737743120d7
diff -r c7bcc0b36b5e -r 82331af3e4c9 main.cpp
--- a/main.cpp Thu Oct 13 07:34:53 2016 +0000
+++ b/main.cpp Tue Mar 14 08:33:26 2017 +0000
@@ -86,6 +86,8 @@
* BLE object is used in the main loop below. */
while (ble.hasInitialized() == false) { /* spin loop */ }
+ ble.setTxPower(0);
+
// infinite loop
while (1) {
// check for trigger from periodicCallback()
