BLE Heart Rate Sample Program for HRM1017 which is using Nordic nRF51822 confirmed the connection of nRFToolbox on Android.

Dependencies:   BLE_API mbed nRF51822 color_pixels

Fork of BLE_HTM_HRM1017 by Switch Science

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers PulseSensor.h Source File

PulseSensor.h

00001 #ifndef PULSE_SENSOR_H
00002 #define PULSE_SENSOR_H
00003 
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif // __cplusplus
00007 
00008 void initPulseSensor(void);
00009 void calcHeartRate(void);
00010 bool isQS();
00011 int getBPM();
00012 
00013 #ifdef __cplusplus
00014 }
00015 #endif // __cplusplus
00016 
00017 
00018 #endif //PULSE_SENSOR_H