Microbug / MicroBitDAL_SB2_TEST

Fork of MicroBitDALImageRewrite by Joe Finney

Revision:
5:8bf639bbedb5
Parent:
4:f998ee705a20
diff -r f998ee705a20 -r 8bf639bbedb5 inc/MicroBit.h
--- a/inc/MicroBit.h	Fri May 15 22:23:17 2015 +0000
+++ b/inc/MicroBit.h	Sat May 16 22:28:56 2015 +0000
@@ -70,7 +70,10 @@
       * Create a representation of a MicroBit device.
       * @param messageBus callback function to receive MicroBitMessageBus events.
       */
-    MicroBit();    
+    MicroBit();  
+    
+    void initDisplay();
+    void initBLE();  
 };
 
 // Definition of the global instance of the MicroBit class.