Queue 2.0
Queue handling library
Loading...
Searching...
No Matches
Functions | Variables
RolloverTest.ino File Reference
#include <cppQueue.h>

Functions

void setup ()
 
void loop ()
 

Variables

uint16_t in = 0
 
cppQueue q (sizeof(in), 10, FIFO)
 

Function Documentation

◆ loop()

void loop ( )
Here is the call graph for this function:

◆ setup()

void setup ( )
Here is the call graph for this function:

Variable Documentation

◆ in

uint16_t in = 0

◆ q

cppQueue q(sizeof(in), 10, FIFO) ( sizeof(in) ,
10 ,
FIFO  )