Skip to content

Commit

Permalink
document newly-added 'space' method
Browse files Browse the repository at this point in the history
  • Loading branch information
ianfixes committed Mar 7, 2018
1 parent 3af9915 commit 44306e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -138,7 +138,9 @@ void loop() {
if (count > 0) {
Serial.print("Found ");
Serial.print(count);
Serial.print(" items.. '");
Serial.print(" items, with space for ");
Serial.print(queue.space());
Serial.print("more... '");
Serial.print(queue.pop());
Serial.print("' is the oldest. We are ");
Serial.print(queue.front());
Expand Down

0 comments on commit 44306e7

Please sign in to comment.