stevemarple / CircularStack

A circular stack implementation for Arduino.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircularStack

Implement a circular stack for Arduino. 'Circular' because data writing/reading acts in a circular fashion; the overflow case is permitted and handled so that the oldest data is silently dropped as required. 'Stack; because the data written last is read first.

Licence

Released under the GNU Lesser General Public License, version 2.1. See license.txt for details.

About

A circular stack implementation for Arduino.

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 72.1%Language:C 27.9%