Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mamuesp-libs/ringbuffer
A basic ring buffer library with wrapping and overwrite existing values to calculate the average of a amount of values in the buffer during the last buffer filling period.
https://github.com/mamuesp-libs/ringbuffer
Last synced: 4 months ago
JSON representation
A basic ring buffer library with wrapping and overwrite existing values to calculate the average of a amount of values in the buffer during the last buffer filling period.
- Host: GitHub
- URL: https://github.com/mamuesp-libs/ringbuffer
- Owner: mamuesp-libs
- License: other
- Created: 2019-05-12T14:17:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-09T07:31:56.000Z (over 5 years ago)
- Last Synced: 2024-07-31T21:52:51.933Z (7 months ago)
- Language: C
- Homepage:
- Size: 327 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mongoose-os - ringbuffer - A basic ring buffer library with wrapping and overwrite existing values to calculate the average of a amount of values in the buffer during the last buffer filling period. (Awesome Mongoose OS [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) / Community Libraries)
README
# A basic ring buffer library for use with Mongoose OS
## Overview
This library provides a ringbuffer with wrapping and overwrite existing values to calculate the average of a amount of values in the past time.