aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Magstripe/Lib
Commit message (Collapse)AuthorAgeFilesLines
* 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-223-0/+308
to /Lib directories for a better directory structure.