diff --git a/.gitignore b/.gitignore index 3012068..1fc6e85 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,3 @@ build yotta_modules yotta_targets/* - -!.gitignore - -!yotta_targets/bbc-microbit-armcc \ No newline at end of file diff --git a/module.json b/module.json index 7198c57..8e7cb1e 100644 --- a/module.json +++ b/module.json @@ -10,9 +10,9 @@ ], "dependencies": { "mbed-classic": "~0.0.4", - "ble": "jamesadevine/BLE_API#master", - "ble-nrf51822": "jamesadevine/nrf51822#master", - "microbit-dal":"jamesadevine/microbit-dal#master" + "ble": "lancaster-university/BLE_API#master", + "ble-nrf51822": "lancaster-university/nrf51822#master", + "microbit-dal":"lancaster-university/microbit-dal#master" }, "targetDependencies": {}, "bin": "./source" diff --git a/source/main.cpp b/source/main.cpp index d09083f..e0fa4f3 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -20,7 +20,7 @@ void app_main() { while (1) { - uBit.display.scrollString("HELLO! :)"); + uBit.display.scroll("BELLO! :)"); uBit.sleep(1000); } }