Skip to content

Simple FIFO buffer for Arduino or other embedded processors

License

Notifications You must be signed in to change notification settings

AKUINO/Arduino-FIFO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arduino-FIFO

Simple FIFO buffer for Arduino or other embedded processors

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

If you wish to change the buffer size then edit the #define FIFO_SIZE 32760 inside of "FIFO.h"

About

Simple FIFO buffer for Arduino or other embedded processors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%