![]() |
MAXREFDES117# Code Documentation
V01.00
Heart Rate / SpO2 Monitor
|
Go to the source code of this file.
Macros | |
#define | MAX_BRIGHTNESS 255 |
Functions | |
Serial | pc (USBTX, USBRX) |
int | main () |
Variables | |
uint32_t | aun_ir_buffer [500] |
int32_t | n_ir_buffer_length |
uint32_t | aun_red_buffer [500] |
int32_t | n_sp02 |
int8_t | ch_spo2_valid |
int32_t | n_heart_rate |
int8_t | ch_hr_valid |
uint8_t | uch_dummy |
Project: MAXREFDES117# Filename: main.cpp Description: This module contains the Main application for the MAXREFDES117 example program.
This code follows the following naming conventions:
char ch_pmod_value char (array) s_pmod_s_string[16] float f_pmod_value int32_t n_pmod_value int32_t (array) an_pmod_value[16] int16_t w_pmod_value int16_t (array) aw_pmod_value[16] uint16_t uw_pmod_value uint16_t (array) auw_pmod_value[16] uint8_t uch_pmod_value uint8_t (array) auch_pmod_buffer[16] uint32_t un_pmod_value int32_t * pn_pmod_value
Definition in file main.cpp.
Serial pc | ( | USBTX | , |
USBRX | |||
) |