SMFSW / Queue

Queue handling library (designed on Arduino)
BSD 3-Clause "New" or "Revised" License
93 stars 20 forks source link

number of records in the queue #14

Closed chinhtrandn closed 2 years ago

chinhtrandn commented 2 years ago

Hello, It work fine if set nb_recs < 40. can you let me know maximum of nb_recs. Thank you

SMFSW commented 2 years ago

There is no limit to say so...

It totally depends:

Anyways, after the Queue constructor ran, you can use isInitialized method on your Queue class to check if the dynamic allocation succeeded, thus ensuring your class is totally initialized and usable.