Queue 2.0
Queue handling library
Loading...
Searching...
No Matches
PointersQueue.ino File Reference
#include <cppQueue.h>
Include dependency graph for PointersQueue.ino:

Functions

void setup ()
 
void loop ()
 

Variables

const char * str [3]
 
cppQueue q (sizeof(String *), 3, FIFO)
 

Function Documentation

◆ loop()

void loop ( )

◆ setup()

void setup ( )

Variable Documentation

◆ q

cppQueue q(sizeof(String *), 3, FIFO) ( sizeof(String *) ,
3 ,
FIFO  )

◆ str

const char* str[3]
Initial value:
= {
">>> This example demonstrates how to strip quotes",
">>> from strings using a queue of pointers",
">>> to access methods from the string class."
}