aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Benito/Lib/RingBuff.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
|
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
|
* Add const qualifier to the parameters of Projects' functions where possible.Dean Camera2009-12-201-4/+4
|
* Updated Benito project -- added hardware interrupt and software buffering ↵Dean Camera2009-08-251-0/+116
for serial data reception to prevent missed characters, condensed pulse generation counters into a struct for clarity. Added check to CDC_Device_BytesReceived() to ensure 0 is returned when device is not enumerated to a host. Move AVRISP project's V2Protocol_DelayMS() function to be static inline, as it is now very minimal. Added extra project doxygen documentation.