An example using the DAL's radio module that sends and recieves messages to let you know when someone is nearby. This is a one-way translation of the microbit-samples repository on GitHub. Please don't try to push changes here, instead push them to the source repo at https://github.com/lancaster-university/microbit-samples

Dependencies:   microbit

Revision:
0:5bd253669996
diff -r 000000000000 -r 5bd253669996 config.json
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/config.json	Wed Jul 13 16:05:11 2016 +0100
@@ -0,0 +1,7 @@
+{    
+    "microbit-dal":{
+        "bluetooth":{
+            "enabled": 0
+        }
+    }
+}