aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/AVR8/UNO/LEDs.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrights for 2018.Dean Camera2018-01-041-2/+2
|
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
|
* Update copyrights to 2016.Dean Camera2016-01-311-4/+4
|
* Merge pull request #46 from NicoHood/patch-1Dean Camera2015-10-031-5/+11
|\ | | | | Update Arduino Uno board definitions (thanks to NicoHood).
| * Update LEDs.hNico2015-02-241-5/+11
| | | | | | | | | | | | | | | | Changed Led 5 and 4 to be compatible with the official firmware: https://github.com/arduino/Arduino/blob/master/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbserial/Board/LEDs.h#L54-L57 Added TX and RX Led makro Fixed wrong Led logic: OUT and LOW results in LED on.
* | Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
|/
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
|
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
|
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
|
* Fixed inverted LED driving code for the Arduino Leonardo board. Fixed ↵Dean Camera2012-08-121-1/+1
| | | | 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/+6
|
* 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.
* Seperated out board drivers by architecture in the library internals for ↵Dean Camera2011-05-181-0/+127
better organisation.