aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Benito/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2010.Dean Camera2009-12-302-4/+4
|
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-282-14/+14
|
* Add const qualifier to the parameters of Projects' functions where possible.Dean Camera2009-12-202-8/+8
|
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-2/+2
|
* Updated Benito project -- added hardware interrupt and software buffering ↵Dean Camera2009-08-252-0/+236
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.