fork

Dependencies:   BLE_API mbed-dev-bin nRF51822

Dependents:   microbit

Fork of microbit-dal by Lancaster University

Revision:
21:cab56b701601
Parent:
1:8aa5cdb4ab67
Child:
22:23d7b9a4b082
diff -r ad2a5c7debf4 -r cab56b701601 inc/bluetooth/ExternalEvents.h
--- a/inc/bluetooth/ExternalEvents.h	Wed Jul 13 12:17:51 2016 +0100
+++ b/inc/bluetooth/ExternalEvents.h	Wed Jul 13 12:17:53 2016 +0100
@@ -33,6 +33,9 @@
 #define MICROBIT_ID_BLE             1000
 #define MICROBIT_ID_BLE_UART        1001
 
+#define MICROBIT_BLE_CONNECTED      1
+#define MICROBIT_BLE_DISCONNECTED   2
+
 #include "MESEvents.h"
 
-#endif
+#endif
\ No newline at end of file