Added board hardware driver support for the Arduino Uno development board.

Fixed incorrect LEDs_ChangeLEDs() function in the Benito board LED driver.
This commit is contained in:
Dean Camera 2010-09-28 14:30:26 +00:00
parent b2a30cd48a
commit 25d896a507
8 changed files with 143 additions and 6 deletions

View file

@ -40,6 +40,7 @@
* - Kernel Concepts USBFOO
* - Linnix UDIP
* - Busware BUI
* - Arduino Uno
* - Any Other Custom User Boards (with Board Drivers if desired, see \ref Page_WritingBoardDrivers)
*/