- Added LICENSE file.
- Updated API.md.
- Added file information to the
Test.ino
example.
- Updated
ADC-Average.ino
example.
- Updated Readme.
- Added the
ADC-Average.ino
example.
- Updated
Test.ino
example.- Added
CSE_Data_t
type. Set the data type of the buffer here and it will be used in all test-cases. - Renamed
dataByte
todataItem
.
- Added
- Updated documentation.
- Changed
byteOrder
todataOrder
everywhere.
- Added support for any data type on the circular buffer.
- The main class
CSE_CircularBuffer
and the functions are now template based. - Renamed
CSE_CircularBuffer.cpp
toCSE_CircularBuffer.tpp
. - Renamed
CSE_CircularBuffer.h
toCSE_CircularBuffer.hpp
. - Created new
CSE_CircularBuffer.h
header file for C-style include. - Updated
Test.ino
example. Test.ino
example compiles and is working.
- Updated version to
0.0.2
.
- Renamed library and class to
CSE_CircularBuffer
. - Added Changes and Readme.
- Updated
Test.ino
example. - Added .gitignore file.
- Added include guard.