diff --git a/module.json b/module.json old mode 100755 new mode 100644 diff --git a/source/main.cpp b/source/main.cpp old mode 100755 new mode 100644 index 894f713..d09083f --- a/source/main.cpp +++ b/source/main.cpp @@ -16,21 +16,11 @@ #include "MicroBit.h" -DigitalOut led1(LED1); - -void periodicCallback(void) -{ - /* Do blinky on LED1 while we're waiting for BLE events */ -} - void app_main() { - led1 = 1; - - // infinite loop - while (1) - { - uBit.display.scrollString("ABC123"); - uBit.sleep(1000); - } + while (1) + { + uBit.display.scrollString("HELLO! :)"); + uBit.sleep(1000); + } } diff --git a/yotta_targets/bbc-microbit-armcc/.gitignore b/yotta_targets/bbc-microbit-armcc/.gitignore old mode 100755 new mode 100644 diff --git a/yotta_targets/bbc-microbit-armcc/CMake/toolchain.cmake b/yotta_targets/bbc-microbit-armcc/CMake/toolchain.cmake old mode 100755 new mode 100644 diff --git a/yotta_targets/bbc-microbit-armcc/readme.md b/yotta_targets/bbc-microbit-armcc/readme.md old mode 100755 new mode 100644 diff --git a/yotta_targets/bbc-microbit-armcc/target.json b/yotta_targets/bbc-microbit-armcc/target.json old mode 100755 new mode 100644