Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MicroBitDALImageRewrite by
Diff: inc/MicroBit.h
- 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.