8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
- Queue class renamed to cppQueue
QueueDuplicates for loop fixed when checking whole queue
v1.7: - Fixed README.md thanks to @reydelleon - INC_IDX & DEC_IDX macros changed to inlines - Added nonnull function attribute where needed - Updated Doxyfile
v1.6: added getRemainingCount inline & eaxmple sketch
v1.5: prepared for tag
v1.4: const for function parameters
v1.3: added missing header keyword
v1.2: fixed ESP8266 issue SMFSW#2
v1.1: added peek, drop and changed pull with pop
v1.0: initial commit