upm  0.2.0
Sensor/Actuator repository for libmraa (v0.6.1)
Data Fields

C++ API for 3-wire pulse sensor. More...

Detailed Description

This is a library for the 3-wire pulse sensor sold by several manufacturers. Usually, you can identify the sensor based on the round breakout and the distinctive heart symbol.

pulsensor.jpg
init_pulsensor (&sensor_ctx, handler);
start_sampler (&sensor_ctx);
while (!doWork) {
usleep (5);
}
stop_sampler (&sensor_ctx);

callback data

Data Fields

int is_heart_beat
 

Field Documentation

int is_heart_beat

heart beat check


The documentation for this struct was generated from the following file: