项目作者: deisterhold

项目描述 :
Simple FIFO buffer for Arduino or other embedded processors
高级语言: C++
项目地址: git://github.com/deisterhold/Arduino-FIFO.git
创建时间: 2015-09-11T02:18:33Z
项目社区:https://github.com/deisterhold/Arduino-FIFO

开源协议:MIT License

下载


Arduino-FIFO

Simple FIFO buffer for Arduino or other embedded processors

The default size of the buffer is 64 bytes.
With the default buffer size this library uses only 70 bytes of memory.
(64 byte buffer + 3 * 2 byte integers)

If you wish to change the buffer size then edit the #define FIFO_SIZE 64 inside of “FIFO.h”