Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 233 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 233 Bytes
  • Ring buffer (FIFO queue) with static memory allocation and definable type of
  • element. Intended for use on µC (Cortex-M particulary).
  • Known drawbacks:
    • can't define different data types for different instances