developer.mbed.org branch of Lancaster University's microbit library. The real home for this is https://github.com/lancaster-university/microbit

Dependencies:   microbit-dal

Dependents:   radio_receiver_test

Fork of microbit by Lancaster University

Revision:
15:31cbac819a58
Parent:
13:802a76669499
--- a/inc/MicroBit.h	Wed Jul 13 14:33:05 2016 +0000
+++ b/inc/MicroBit.h	Fri Jan 26 14:13:36 2018 +0000
@@ -68,6 +68,8 @@
 
 // MicroBit::flags values
 #define MICROBIT_INITIALIZED                    0x01
+// Disable BLE for Radio test
+#define MICROBIT_BLE_ENABLED	0
 
 /**
   * Class definition for a MicroBit device.