aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/Temperature.c
Commit message (Collapse)AuthorAgeFilesLines
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-6/+7
| | | | tool made by Laszlo Monda
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-60/+60
| | | | correctly converted to the target system's native end of line style.
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-12/+1
|
* Update Temperature board driver to be AVR32 compatible when the ADC ↵Dean Camera2010-02-231-1/+12
| | | | | | 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.
* Added explicit ADC channel masks for the standard set of ADC channels, as ↵Dean Camera2010-01-251-1/+1
| | | | the single-ended channel MUX masks are not equal to the channel number on some AVR models. Changed demos to use the new channel masks when using the ADC driver.
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
|
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
|
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+60