Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/rolling buffer #37

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

suahelen
Copy link

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.

@jfjlaros jfjlaros force-pushed the master branch 2 times, most recently from bdf5cf6 to 07e9b99 Compare October 19, 2024 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant