Example ti send and receive messages between 2 Microbits

Dependencies:   microbit-dal

Fork of microbit by Lancaster University

Revision:
1:af427e419320
Child:
7:b70ce42be891
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/module.json	Thu Apr 07 01:30:13 2016 +0100
@@ -0,0 +1,13 @@
+{
+  "name": "microbit",
+  "version": "1.0.0-rc1",
+  "description": "A simple to use collection of the most commonly used components in the micro:bit runtime",
+  "license": "MIT",
+  "dependencies": {
+    "microbit-dal": "lancaster-university/microbit-dal#master"
+  },
+  "extraIncludes": [
+    "inc"
+  ],
+  "targetDependencies": {}
+}