X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/e368a899871fe9ecccdcac85019d15c73e13ced7..fd39bcf72bb2a49748b8e5b7c17234e5f3f79020:/LUFA/Common/BoardTypes.h diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index 07c60bba3..48e3306d1 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -234,6 +234,15 @@ /** Selects the U2S specific board drivers, including the Button and LEDs drivers. */ #define BOARD_U2S 56 + /** Selects the Arduino YUN specific board drivers, including the driver for the board LEDs. */ + #define BOARD_YUN 57 + + /** Selects the Arduino Micro specific board drivers, including the driver for the board LEDs. */ + #define BOARD_MICRO 58 + + /** Selects the Atmel Xplained-MINI specific board drivers, including the driver for the board LEDs. */ + #define BOARD_XPLAINED_MINI 59 + #if !defined(__DOXYGEN__) #define BOARD_ BOARD_NONE