Add support for the Arduino Micro board, fix other Arduino board LED drivers.

This commit is contained in:
Dean Camera 2014-09-11 23:16:16 +10:00
parent 5e4b14f007
commit c69a623652
8 changed files with 46 additions and 36 deletions

View file

@ -205,6 +205,8 @@
#include "AVR8/U2S/LEDs.h"
#elif (BOARD == BOARD_YUN)
#include "AVR8/YUN/LEDs.h"
#elif (BOARD == BOARD_MICRO)
#include "AVR8/MICRO/LEDs.h"
#else
#include "Board/LEDs.h"
#endif