aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/AVR8/USBKEY/LEDs.h
Commit message (Collapse)AuthorAgeFilesLines
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
|
* Fixed inverted LED driving code for the Arduino Leonardo board. Fixed ↵Dean Camera2012-08-121-4/+4
| | | | inverted LEDs_GetLEDs() function implementation for the Benito, Minimus and Arduino UNO boards.
* Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 ↵Dean Camera2012-05-061-1/+1
| | | | architecture to use the fast PIN register toggle alternative function for speed.
* Add basic hardware mapping information for all supported boards.Dean Camera2012-04-251-0/+8
|
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ↵Dean Camera2012-01-291-0/+6
| | | | to the board hardware drivers.
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-231-0/+1
| | | | trailing whitespace at the end of each line.
* Seperated out board drivers by architecture in the library internals for ↵Dean Camera2011-05-181-0/+132
better organisation.