aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/TWI.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.