aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/TWI.h
Commit message (Collapse)AuthorAgeFilesLines
* Add file-level brief documentation.Dean Camera2010-03-291-0/+1
| | | | Remove accidentally duplicated model-specific peripheral driver files.
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-3/+1
|
* Update Temperature board driver to be AVR32 compatible when the ADC ↵Dean Camera2010-02-231-0/+2
| | | | | | peripheral driver is eventually ported. Make architecture includes explicit for both the AVR32 and the AVR8, to make way for future architecture ports. Add SPI driver aliases for the old function names in the AVR8 driver, so that existing code will still compile against the new version.
* Rename AVRU4U6U9 peripheral driver directory to AVR8.Dean Camera2010-02-221-1/+1
|
* Add more include protection macros to give the user warnings when they try ↵Dean Camera2010-02-111-2/+1
| | | | to manually include private driver header files, instead of the public driver headers.
* Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory.Dean Camera2010-01-251-1/+1
| | | | Fix TemperatureDataLogger and Webserver project builds.
* Added master mode hardware TWI driver.Dean Camera2010-01-191-0/+70
Fixed a bug in the incomplete Webserver project, where the packet data was not being written to and read from the correct buffer address.