Forked to avoid changing the publioc repo

Dependencies:   BLE_API mbed-dev-bin nRF51822

Fork of microbit-dal by Lancaster University

Files at this revision

API Documentation at this revision

Comitter:
bluetooth_mdw
Date:
Thu Apr 20 13:42:44 2017 +0000
Parent:
73:eb91bba49623
Commit message:
Example app showing how to include the Bluetooth accelerometer service in your micro:bit application code.

Changed in this revision

inc/core/MicroBitConfig.h Show annotated file Show diff for this revision Revisions of this file
diff -r eb91bba49623 -r 4c7db2d5ca9a inc/core/MicroBitConfig.h
--- a/inc/core/MicroBitConfig.h	Wed Jul 13 14:32:54 2016 +0000
+++ b/inc/core/MicroBitConfig.h	Thu Apr 20 13:42:44 2017 +0000
@@ -187,7 +187,7 @@
 // Open BLE links are not secure, but commonly used during the development of BLE services
 // Set '1' to disable all secuity
 #ifndef MICROBIT_BLE_OPEN
-#define MICROBIT_BLE_OPEN                       0
+#define MICROBIT_BLE_OPEN                       1
 #endif
 
 // Configure for open BLE operation if so configured