aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/TWI.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-1/+2
| | | | Indent core library function parameters so that there is only one parameter per line, to increase readability.
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-73/+73
| | | | correctly converted to the target system's native end of line style.
* 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 ↵Dean Camera2010-02-251-2/+2
| | | | address a device on the bus.
* Added a timeout value to the TWI_StartTransmission() function, within which ↵Dean Camera2010-02-241-21/+40
| | | | | | the addressed device must respond. Fixed TWI_StartTransmission() corrupting the contents of the GPIOR0 register.
* Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory.Dean Camera2010-01-251-0/+54
Fix TemperatureDataLogger and Webserver project builds.