Skip to content

ArduinoQueue 1.0.3

Compare
Choose a tag to compare
@EinarArnason EinarArnason released this 30 Apr 20:09
· 42 commits to master since this release
f6acf80
  • 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