Pulse Oximeter Library  1.0.0
Pulse Oximeter Library for using the MAX32664 & MAX30101 SparkFun library
bioData Struct Reference

Struct of algorithm output data. More...

#include <bio_sensor.h>

Data Fields

uint32_t irLed
 IR LED ADC Count.
 
uint32_t redLed
 RED LED ADC Count.
 
uint16_t heartRate
 Calculated WHRM algorithm heart rate. LSB = 0.1bpm.
 
uint8_t confidence
 Calculated WHRM algorithm confidence in heart rate. 0-100% LSB = 1%.
 
uint16_t oxygen
 Calculated WHRM algorithm SpO2 level. 0-100% LSB = 1%.
 
uint8_t status
 Algorithm current state. 0: No object detected, 1: Something on sensor, 2: Another object detected, 3: Finger Detected.
 
float rValue
 – Algorithm Mode 2 vv calculated R value
 
int8_t extStatus
 – Algorithm status. 0: Success, 1: Not Ready, -1: Something is on sensor, -2: Device excessive motion, -3: No object, -4: Pressing too hard, -5: Object instead of finger, -6: Finger Excessive Motion
 
uint8_t reserveOne
 
uint8_t resserveTwo
 

Detailed Description

Struct of algorithm output data.

Specific output data is dependent on algorithm configuration