Demo BLE Central function

Fork of BLE_HeartRate_DELTA by Delta

This example demonstrates BLE central that to interact with the HRM peripheral.

The example uses two applications running on two different devices:

The first device - the central - runs the application BLE_Central_HeartRate_DELTA from this repository.

The second device - the peripheral - runs the application BLE_HeartRate_DELTA.

Committer:
silviaChen
Date:
Thu Oct 13 07:34:53 2016 +0000
Revision:
0:c7bcc0b36b5e
Child:
1:82331af3e4c9
First commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
silviaChen 0:c7bcc0b36b5e 1 {
silviaChen 0:c7bcc0b36b5e 2 "target_overrides": {
silviaChen 0:c7bcc0b36b5e 3 "K64F": {
silviaChen 0:c7bcc0b36b5e 4 "target.features_add": ["BLE"],
silviaChen 0:c7bcc0b36b5e 5 "target.extra_labels_add": ["ST_BLUENRG"],
silviaChen 0:c7bcc0b36b5e 6 "target.macros_add": ["IDB0XA1_D13_PATCH"]
silviaChen 0:c7bcc0b36b5e 7 },
silviaChen 0:c7bcc0b36b5e 8 "NUCLEO_F401RE": {
silviaChen 0:c7bcc0b36b5e 9 "target.features_add": ["BLE"],
silviaChen 0:c7bcc0b36b5e 10 "target.extra_labels_add": ["ST_BLUENRG"]
silviaChen 0:c7bcc0b36b5e 11 }
silviaChen 0:c7bcc0b36b5e 12 }
silviaChen 0:c7bcc0b36b5e 13 }