simpleRPC
simpleRPC copied to clipboard
Feature/rolling buffer
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.