Example ti send and receive messages between 2 Microbits

Dependencies:   microbit-dal

Fork of microbit by Lancaster University

Revision:
15:e4c8426c5956
Parent:
13:802a76669499
--- a/inc/MicroBit.h	Wed Jul 13 14:33:05 2016 +0000
+++ b/inc/MicroBit.h	Tue Jun 26 10:46:30 2018 +0000
@@ -68,7 +68,7 @@
 
 // MicroBit::flags values
 #define MICROBIT_INITIALIZED                    0x01
-
+#define MICROBIT_BLE_ENABLED 0
 /**
   * Class definition for a MicroBit device.
   *