aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DriverStubs/Buttons.h
Commit message (Collapse)AuthorAgeFilesLines
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-85/+85
| | | | 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-1/+2
|
* Change over board hardware drivers to use the custom uintN_t and intN_t ↵Dean Camera2010-02-221-2/+1
| | | | native word size types.
* Add more include protection macros to give the user warnings when they try ↵Dean Camera2010-02-111-1/+1
| | | | to manually include private driver header files, instead of the public driver headers.
* 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
|
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-1/+1
|
* Fixed issue in USBtoSerial demos where the USART Rx line was not having its ↵Dean Camera2009-08-051-2/+0
| | | | | | | | pullup enabled at startup, leading to noise being received from the Rx pin when left floating. Removed unused relative Common.h header include from the DriverStubs board stub drivers. Fixed Benito programmer, use the correct LED functions where needed to ensure correct status display at all times.
* Changed HWB board driver to Buttons driver, to allow for the support of ↵Dean Camera2009-05-061-0/+87
future boards with more than one mounted GPIO button.