* 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 "target_overrides": {
DuyLionTran 0:ee08053aaf57 3 "K64F": {
DuyLionTran 0:ee08053aaf57 4 "target.features_add": ["BLE"],
DuyLionTran 0:ee08053aaf57 5 "target.extra_labels_add": ["ST_BLUENRG"]
DuyLionTran 0:ee08053aaf57 6 },
DuyLionTran 0:ee08053aaf57 7 "NUCLEO_F401RE": {
DuyLionTran 0:ee08053aaf57 8 "target.features_add": ["BLE"],
DuyLionTran 0:ee08053aaf57 9 "target.extra_labels_add": ["ST_BLUENRG"]
DuyLionTran 0:ee08053aaf57 10 },
DuyLionTran 0:ee08053aaf57 11 "DISCO_L475VG_IOT01A": {
DuyLionTran 0:ee08053aaf57 12 "target.features_add": ["BLE"],
DuyLionTran 0:ee08053aaf57 13 "target.extra_labels_add": ["ST_BLUENRG"]
DuyLionTran 0:ee08053aaf57 14 }
DuyLionTran 0:ee08053aaf57 15 }
DuyLionTran 0:ee08053aaf57 16 }