arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
poly.hpp File Reference
#include <stdint.h>
#include <string.h>
#include <assert.h>

Go to the source code of this file.

Classes

struct  Poly
 

Namespaces

namespace  RS
 AudioTools internal: Reed-Solomon.
 

Macros

#define poly_max(a, b)   ((a > b) ? (a) : (b))
 

Macro Definition Documentation

◆ poly_max

#define poly_max (   a,
 
)    ((a > b) ? (a) : (b))