126 views
in Embedded Wizard Studio by
What is the best way to implement a First-in first-out structure in Embedded Wizard? As there's not this object implemented, I would like to have a FIFO structure of size 200 and make it optimized.

1 Answer

+1 vote
by
 
Best answer
Hello Velas,

using an array and two variables referring the first and the last entry in the array would be the possible approach.

I hope it helps you further.

Best regards

Paul Banach

Embedded Wizard Website | Privacy Policy | Imprint

...