PSoC-MAX30101
PSoC MAX30101 Library
Data Fields
MAX30101_Data Struct Reference

Circular buffer for MAX30101 data. More...

#include <MAX30101.h>

Data Fields

uint32_t red [BUFFER_STORAGE_SIZE]
 Data from RED channel.
 
uint32_t IR [BUFFER_STORAGE_SIZE]
 Data from IR channel.
 
uint32_t green [BUFFER_STORAGE_SIZE]
 Data from GREEN channel.
 
uint8_t head
 Current head of the circular buffer.
 
uint8_t tail
 Current tail of the circular buffer.
 

Detailed Description

Circular buffer for MAX30101 data.

Definition at line 27 of file MAX30101.h.


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