Skip to content

MPU_Queue_h

github-actions[bot] edited this page Aug 10, 2026 · 2 revisions

File MPU_Queue.h

Fixed-size circular queue (ring buffer) used internally by the MPU library.

Detailed Description

This template class overwrites the oldest element when full. It is not thread-safe. Used for buffering clap, gesture, IR, and detection events. Adam Green (Original Author)

Samuel Trassare (Maintainer)

Copyright (C) 2018-2026 Samuel Trassare (https://github.com/Tiogaplanet) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Clone this wiki locally