From d17bc0fc4bb057378fadf3f9feb0de1df60d611a Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Mon, 11 Jan 2021 13:41:18 +0100 Subject: :sparkles: Add working bluetooth receiver --- module.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 module.json (limited to 'module.json') diff --git a/module.json b/module.json new file mode 100644 index 0000000..5595fe0 --- /dev/null +++ b/module.json @@ -0,0 +1,16 @@ +{ + "name": "hoverbit-ble", + "version": "0.0.1", + "description": "HOVER BIT Bluetooth receiver.", + "license": "MIT", + "dependencies": { + "codal-microbit": "git@github.com:lancaster-university/codal-microbit-v2.git#master" + }, + "targetDependencies": {}, + "extraIncludes": [ + "inc/", + "yotta_modules/" + ], + "bin": "./source", + "scripts": {} +} -- cgit v1.2.3