|
MAX30001G
1.0.2
Arduino library for MAX30001G ECG and BIOZ AFE
|
#include <string.h>#include <stdint.h>#include <type_traits>Go to the source code of this file.
Classes | |
| class | RingBuffer< T, N > |
Macros | |
| #define | RB_CRITICAL_ENTER() |
| #define | RB_CRITICAL_EXIT() |
| #define | RB_MIN(a, b) ((a) < (b) ? (a) : (b)) |
| #define RB_CRITICAL_ENTER | ( | ) |
| #define RB_CRITICAL_EXIT | ( | ) |
| #define RB_MIN | ( | a, | |
| b | |||
| ) | ((a) < (b) ? (a) : (b)) |