noka @willow-micro / FIFO

Dependents:   AsyncSerial AsyncSerial AsyncSerial AsyncSerialh

Embed: (wiki syntax)

« Back to documentation index

FIFO.cpp File Reference

FIFO.cpp File Reference

1Byte Software FIFO(First-in, First-out) More...

Go to the source code of this file.


Detailed Description

1Byte Software FIFO(First-in, First-out)

This library provides variable length ring buffering with software FIFO(First-in, First-out). This library overwrites when the buffer is full.

Author:
T.Kawamura
Version:
2.1
Date:
2016-11-20 T.Kawamura Written for AVR.
2017-03-28 T.Kawamura Fork for mbed/C++.
2017-03-29 T.Kawamura Add template.
2017-06-17 T.Kawamura Chanege to overwrite.
See also:
Copyright (C) 2016-2017 T.Kawamura. Released under the MIT license. http://opensource.org/licenses/mit-license.php

Definition in file FIFO.cpp.