* 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

Committer:
DuyLionTran
Date:
Mon Nov 27 14:30:14 2017 +0000
Revision:
5:0082f495e58e
Parent:
0:ee08053aaf57
new version

Who changed what in which revision?

UserRevisionLine numberNew contents of line
DuyLionTran 0:ee08053aaf57 1 {
DuyLionTran 0:ee08053aaf57 2 "name": "ble-led",
DuyLionTran 0:ee08053aaf57 3 "version": "0.0.1",
DuyLionTran 0:ee08053aaf57 4 "description": "A simple service that demonstrates the use of a read-write characteristic to control a LED",
DuyLionTran 0:ee08053aaf57 5 "licenses": [
DuyLionTran 0:ee08053aaf57 6 {
DuyLionTran 0:ee08053aaf57 7 "url": "https://spdx.org/licenses/Apache-2.0",
DuyLionTran 0:ee08053aaf57 8 "type": "Apache-2.0"
DuyLionTran 0:ee08053aaf57 9 }
DuyLionTran 0:ee08053aaf57 10 ],
DuyLionTran 0:ee08053aaf57 11 "dependencies": {
DuyLionTran 0:ee08053aaf57 12 "ble": "^2.0.0"
DuyLionTran 0:ee08053aaf57 13 },
DuyLionTran 0:ee08053aaf57 14 "targetDependencies": {},
DuyLionTran 0:ee08053aaf57 15 "bin": "./source"
DuyLionTran 0:ee08053aaf57 16 }