aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Magstripe/Lib/CircularBitBuffer.h
Commit message (Collapse)AuthorAgeFilesLines
* 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-3/+3
|
* Added handler for the V2 Protocol SPI_MULTI command to the AVRISP Programmer ↵Dean Camera2009-08-191-1/+1
| | | | | | project. Added documentation of the makefile CDEFS values to the MagStripe project.
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-4/+4
| | | | | | Added parameter directions to function parameter documentation. Added new experimental FAST_STREAM_FUNCTIONS compile time option to speed up stream transfers at the expense of a higher FLASH consumption (needs testing to verify improved throughput).
* Moved out each demos' functionality library files (e.g. Ring Buffer library) ↵Dean Camera2009-05-221-0/+95
to /Lib directories for a better directory structure.