QList
QList copied to clipboard
Linked list library for Arduino
Instead of returning early in the for-loops, insert a break line and then return at the end of the function instead. This gets rid of the bunch of warnings this...
What is the maximum size of a queue defined ? Can we define a size ? What if the size exceeds more than the memory available on SRAM ?
I am using QList for a list of float on a Sparkfun Redboard Turbo. **QList works just fine.** I moved to a Sparkfun Thing Plus (ESP32) and I get the...
Where possible, QList member functions that do not modify the QList should be marked with const. For example size(), length(). At present, the following simple function prototype will produce a...