Modify the BLE LED Control so that it toggles the LED on the other board only if you keep the button pressed

Committer:
vicara
Date:
Thu Nov 29 18:32:03 2018 +0000
Revision:
0:8c76e25a3cff
Modify the BLE LED Control so that it; toggles the LED on the other board only if; you keep the button pressed

Who changed what in which revision?

UserRevisionLine numberNew contents of line
vicara 0:8c76e25a3cff 1 {
vicara 0:8c76e25a3cff 2 "target_overrides": {
vicara 0:8c76e25a3cff 3 "K64F": {
vicara 0:8c76e25a3cff 4 "target.features_add": ["BLE"],
vicara 0:8c76e25a3cff 5 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
vicara 0:8c76e25a3cff 6 },
vicara 0:8c76e25a3cff 7 "NUCLEO_F401RE": {
vicara 0:8c76e25a3cff 8 "target.features_add": ["BLE"],
vicara 0:8c76e25a3cff 9 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
vicara 0:8c76e25a3cff 10 },
vicara 0:8c76e25a3cff 11 "DISCO_L475VG_IOT01A": {
vicara 0:8c76e25a3cff 12 "target.features_add": ["BLE"],
vicara 0:8c76e25a3cff 13 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
vicara 0:8c76e25a3cff 14 }
vicara 0:8c76e25a3cff 15 }
vicara 0:8c76e25a3cff 16 }