Dean Camera
|
8f33ba8237
|
Merge pull request #46 from NicoHood/patch-1
Update Arduino Uno board definitions (thanks to NicoHood).
|
10 years ago |
Dean Camera
|
1d2680b358
|
Update copyrights to 2015 (better late than never).
|
10 years ago |
Nico
|
6e5df9e4be
|
Update LEDs.h
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.
|
10 years ago |
Dean Camera
|
e368a89987
|
Update copyrights for 2014.
|
11 years ago |
Dean Camera
|
de0df8b162
|
Update copyright year to 2013.
|
12 years ago |
Dean Camera
|
eee252603b
|
Minor documentation improvements.
|
13 years ago |
Dean Camera
|
40755d4fde
|
Fixed inverted LED driving code for the Arduino Leonardo board. Fixed inverted LEDs_GetLEDs() function implementation for the Benito, Minimus and Arduino UNO boards.
|
13 years ago |
Dean Camera
|
9207e8b2fd
|
Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 architecture to use the fast PIN register toggle alternative function for speed.
|
13 years ago |
Dean Camera
|
5b5b73ce58
|
Add basic hardware mapping information for all supported boards.
|
13 years ago |
Dean Camera
|
f1b6ddb710
|
Update file contributor copyrights for 2012.
|
13 years ago |
Dean Camera
|
2c806f6cee
|
Update file header copyrights for 2012.
|
13 years ago |
Dean Camera
|
5563da6a62
|
Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions to the board hardware drivers.
|
13 years ago |
Dean Camera
|
910bca557c
|
Seperated out board drivers by architecture in the library internals for better organisation.
|
14 years ago |