aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/Peripheral/TWI.c
AgeCommit message (Collapse)Author
2011-02-19Add new ARCH option to the makefiles to (eventually) specify the target ↵Dean
device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1669 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-01-13Added new high level TWI packet read/write commands, altered behaviour of ↵Dean
the TWI_StartTransmission() function. Spell check source code files. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1633 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-01-01Update copyright year on all source files.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1622 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean
redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1541 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify ↵Dean
tool made by Laszlo Monda git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1524 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-07-21Add missing const qualifiers to class drivers.Dean
Indent core library function parameters so that there is only one parameter per line, to increase readability. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1398 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-05-08Add svn:eol-style property to source files, so that the line endings are ↵Dean
correctly converted to the target system's native end of line style. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1248 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-03-15Improve documentation for the ADC and TWI drivers.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1164 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-02-25Fix TWI driver not aborting when faced with no response after attempting to ↵Dean
address a device on the bus. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1158 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-02-24Added a timeout value to the TWI_StartTransmission() function, within which ↵Dean
the addressed device must respond. Fixed TWI_StartTransmission() corrupting the contents of the GPIOR0 register. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1157 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-01-25Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory.Dean
Fix TemperatureDataLogger and Webserver project builds. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1066 d5102386-fcda-11dd-9fdb-3debd5008f28