Arduino-Queue.h icon indicating copy to clipboard operation
Arduino-Queue.h copied to clipboard

Generic C++ circular queue for Arduino embedded projects.

Results 3 Arduino-Queue.h issues
Sort by recently updated
recently updated
newest added

Hi all, I am trying to work with queues with this library. The test code provided compiles fine if I select the board "Arduino Uno" but when I select the...

I encountered the following error message when trying to use the Queue.h library in the Arduino IDE coding for a ESP-32 developer board: `error: 'Queue' does not name a type`...

hi _Sdesalas_, I tested your Queue on ATSAM3X8E, and it worked correctly with (byte). thank you very much. Carlos.