diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.yotta.json b/.yotta.json index 49df55591ff284f61db43167d6d1f343f3348a39..d7602538fe2fb61b4485a705ca1ba965b94b3893 100644 --- a/.yotta.json +++ b/.yotta.json @@ -1,5 +1,6 @@ { "build": { - "target": "bbc-microbit-classic-gcc,*" + "target": "bbc-microbit-classic-gcc,*", + "targetSetExplicitly": true } } diff --git a/.yotta_ignore b/.yotta_ignore old mode 100644 new mode 100755 index fe3f55b120761f16864d938cba55e6eb14d2104d..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 --- a/.yotta_ignore +++ b/.yotta_ignore @@ -1 +0,0 @@ -source/examples diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/module.json b/module.json old mode 100644 new mode 100755 index df7b43ce0809bc5d9b782b95bd73fff07b8a879a..b1e6777004da96e3a495a254f2d0019ac6a5f634 --- a/module.json +++ b/module.json @@ -1,8 +1,8 @@ { - "name": "microbit-samples", - "version": "2.1.1", - "description": "The micro:bit runtime common abstraction with examples.", - "license": "MIT", + "name": "ufcfvk-15-2-internet-of-things-challenge-1", + "version": "0.0.0", + "description": "Joshua Saxby's Submission for Coursework Challenge 1 of UWE's Internet of Things module", + "license": "MPL-2.0", "dependencies": { "microbit": "lancaster-university/microbit#v2.1.1" }, diff --git a/source/main.cpp b/source/main.cpp old mode 100644 new mode 100755