aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DriverStubs/Buttons.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.