MAX30001G  1.0.2
Arduino library for MAX30001G ECG and BIOZ AFE
RingBuffer.h File Reference
#include <string.h>
#include <stdint.h>
#include <type_traits>
Include dependency graph for RingBuffer.h:
This graph shows which files directly or indirectly include this file:

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))
 

Macro Definition Documentation

◆ RB_CRITICAL_ENTER

#define RB_CRITICAL_ENTER ( )

◆ RB_CRITICAL_EXIT

#define RB_CRITICAL_EXIT ( )

◆ RB_MIN

#define RB_MIN (   a,
 
)    ((a) < (b) ? (a) : (b))