upm  0.4.1
Sensor/Actuator repository for libmraa (v0.8.0)
Public Member Functions | List of all members

C++ API for the 3-Wire Pulse Sensor. More...

Detailed Description

This is a library for a 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
Callback obj_call = new PulsensorCallback();
Pulsensor p = new Pulsensor(obj_call);
p.start_sampler();
Thread.sleep(1000);
p.stop_sampler();

callback data

Public Member Functions

synchronized void delete ()
 
void setIs_heart_beat (int value)
 
int getIs_heart_beat ()
 

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