v2.0: - No more inlines in header file (to generate proper static library) - MISRA refactoring
Reflecting pull request changes in md files Version update
* SimpleQueueStatic.ino example added
- 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