* This is the code for "BLE Device for motorbike". The device is attached on any bike at will. * User can control 2 switches and these switches can control anything that user wants ie: turn on * the bike, turn on the alarm system of the bike, turn on the light... * Temperature sensor is also included in the device. User can view the temperature when he/she gets * near the bike. * For the next version, humidity and air quality sensor are also added.

Dependencies:   DHT22

module.json

Committer:
DuyLionTran
Date:
2017-11-27
Revision:
5:0082f495e58e
Parent:
0:ee08053aaf57

File content as of revision 5:0082f495e58e:

{
  "name": "ble-led",
  "version": "0.0.1",
  "description": "A simple service that demonstrates the use of a read-write characteristic to control a LED",
  "licenses": [
    {
      "url": "https://spdx.org/licenses/Apache-2.0",
      "type": "Apache-2.0"
    }
  ],
  "dependencies": {
    "ble": "^2.0.0"
  },
  "targetDependencies": {},
  "bin": "./source"
}