jfjlaros / simpleRPC

Simple RPC implementation for Arduino.
MIT License
50 stars 17 forks source link

Feature/rolling buffer #37

Open suahelen opened 7 months ago

suahelen commented 7 months ago

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.