aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/TWI.c
Commit message (Expand)AuthorAgeFilesLines
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-191-143/+0
* Added new high level TWI packet read/write commands, altered behaviour of the...Dean Camera2011-01-131-8/+76
* Update copyright year on all source files.Dean Camera2011-01-011-1/+1
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-9/+10
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-1/+2
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-73/+73
* Improve documentation for the ADC and TWI drivers.Dean Camera2010-03-151-1/+1
* Fix TWI driver not aborting when faced with no response after attempting to a...Dean Camera2010-02-251-2/+2
* Added a timeout value to the TWI_StartTransmission() function, within which t...Dean Camera2010-02-241-21/+40
* Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory.Dean Camera2010-01-251-0/+54