BLE disable version.
Fork of microbit by
Diff: module.json
- Revision:
- 1:af427e419320
--- /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": {} +}