BLE heart rate example, with yotta machinations.
Dependencies: BLE_API mbed nRF51822
Fork of BLE_HeartRate by
Diff: main.cpp
- Revision:
- 10:2436164b692e
- Parent:
- 9:5d693381e883
- Child:
- 11:1d9aafee4984
--- a/main.cpp Tue Jun 10 11:21:56 2014 +0100 +++ b/main.cpp Tue Jun 10 13:15:20 2014 +0100 @@ -15,9 +15,9 @@ */ #include "mbed.h" -#include "BLEPeripheral.h" +#include "BLEDevice.h" -BLEPeripheral ble; /* BLE radio driver */ +BLEDevice ble; DigitalOut led1(LED1);