Example ti send and receive messages between 2 Microbits

Dependencies:   microbit-dal

Fork of microbit by Lancaster University

Files at this revision

API Documentation at this revision

Comitter:
themadrobot
Date:
Tue Jun 26 10:46:30 2018 +0000
Parent:
14:4b89e7e3494f
Commit message:
Microbit example to use radio sending between 2 Microbits

Changed in this revision

inc/MicroBit.h Show annotated file Show diff for this revision Revisions of this file
diff -r 4b89e7e3494f -r e4c8426c5956 inc/MicroBit.h
--- 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.
   *