upm
0.2.0
Sensor/Actuator repository for libmraa (v0.6.1)
|
The context for the heartbeat pulse sensor.
Data Fields | |
pthread_t | sample_thread |
uint32_t | sample_counter |
uint32_t | last_beat_time |
int | threshold |
int | ibi_rate [10] |
int | ibi |
int | trough |
int | peak |
int | bpm |
int | apmlitude |
uint8_t | qs |
uint8_t | is_pulse |
uint8_t | first_beat |
uint8_t | second_beat |
uint8_t | pin |
uint8_t | ret |
mraa_aio_context | pin_ctx |
callback_handler | callback |
pthread_t sample_thread |
Thread for the code sample
uint32_t sample_counter |
Counter for the code sample
uint32_t last_beat_time |
Last heart beat time
int threshold |
Threshold
int ibi_rate[10] |
ibi rate
int ibi |
ibi
int trough |
Trough
int peak |
Peak
int bpm |
Bits per minute
int apmlitude |
Amplitude
uint8_t qs |
qs
uint8_t is_pulse |
Is pulse check
uint8_t first_beat |
First heart beat
uint8_t second_beat |
Second heart beat
uint8_t pin |
Pin
uint8_t ret |
Return value
mraa_aio_context pin_ctx |
The pin context
callback_handler callback |
The callback function