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.
Dependencies: microbit_ble_disable
Fork of microbit-samples by
Revision 8:781a3570993b, committed 2016-05-08
- Comitter:
- va009039
- Date:
- Sun May 08 09:57:04 2016 +0000
- Parent:
- 7:6b26df2a055a
- Commit message:
- use BLE disabled microbit library.
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Sun May 08 09:57:04 2016 +0000 @@ -0,0 +1,10 @@ +#include "MicroBit.h" + +MicroBit microbit; + +int main() { + microbit.init(); + for(;;) { + microbit.display.scroll("Hello,world!"); + } +}
--- a/microbit.lib Fri Apr 08 18:04:40 2016 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -https://developer.mbed.org/teams/Lancaster-University/code/microbit/#9cbea9993ef1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/microbit_ble_disable.lib Sun May 08 09:57:04 2016 +0000 @@ -0,0 +1,1 @@ +https://developer.mbed.org/users/va009039/code/microbit_ble_disable/#64868768d90a
--- a/source/MicroBitSamples.h Fri Apr 08 18:04:40 2016 +0000 +++ b/source/MicroBitSamples.h Sun May 08 09:57:04 2016 +0000 @@ -38,7 +38,7 @@ // Introductory examples using the uBit object. // -#define MICROBIT_SAMPLE_HELLO_WORLD +//#define MICROBIT_SAMPLE_HELLO_WORLD //#define MICROBIT_SAMPLE_ACCELEROMETER_DEMO //#define MICROBIT_SAMPLE_BUTTON_EVENTS //#define MICROBIT_SAMPLE_SIMPLE_ANIMATION