simpleRPC icon indicating copy to clipboard operation
simpleRPC copied to clipboard

Feature/rolling buffer

Open suahelen opened this issue 1 year ago • 0 comments

As discussed before.

Here the implementation of the rolling buffer.

Sending data to the stream is handeled exactly like vectors.

Important note. This construct is highly thread sensitive. A MCU that allows for multithreaded applications should make sure to make use of a mutex. This part of the code is commented though, as it is not available for many common arduino devices.

suahelen avatar Feb 28 '24 13:02 suahelen