Releases: SMFSW/cQueue
Releases · SMFSW/cQueue
cQueue v2.0
cQueue v1.9
- Fixed stddef.h missing include for some toolchains, thanks to @Junb…
cQueue v1.8
Re-enabling TravisCI status
cQueue v1.7
- Fix wrong github tag leading to no update by Arduino Library Manage…
cQueue v1.6
QueueDuplicates for loop fixed when checking whole queue
cQueue v1.5
v1.5: - Fixed README.md thanks to @reydelleon - INC_IDX & DEC_IDX macros changed to inlines - Removed gcc attributes macros (which can cause issues parsing projects where macros already defined)
cQueue v1.4
v1.4: added q_getRemainingCount inline & added example sketch
cQueue v1.3
v1.3: prepared for tag
cQueue v1.2
v1.2: use of const qualifier in function parameters
cQueue v1.1
v1.1: controlling queue allocation succesfulness