ArduinoQueue 1.0.3
- Changed name Queue to DataQueue because of ESP8266 already including a conflicting name. This will solve the compilation errors.
- Added a maximum limit for number of messages in queue, defaults to 100, added function isFull() and count().
- Completed the README file with more info.
- We can now create a queue based on max items or max size in bytes
- Added functions: item_count, item_size, max_queue_size, max_memory_size