PSoC-MAX30101
PSoC MAX30101 Library
|
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. | |
Circular buffer for MAX30101 data.
Definition at line 27 of file MAX30101.h.