X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/0e8e70153aac9a73f737348cf8b41fd4b71bd2d5..da676f0f705904df15202f34b14c99f279eda339:/LUFA/Common/BoardTypes.h diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index 85885177c..e21709b2a 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -189,6 +189,12 @@ /** Selects the Micropendous DIP specific board drivers, including the Button. */ #define BOARD_MICROPENDOUS_DIP 41 + /** Selects the Micropendous (Arduino-like) revision 1 specific board drivers, including the Button and LED drivers. */ + #define BOARD_MICROPENDOUS_REV1 42 + + /** Selects the Micropendous (Arduino-like) revision 2 specific board drivers, including the Button and LED drivers. */ + #define BOARD_MICROPENDOUS_REV2 43 + #if !defined(__DOXYGEN__) #define BOARD_ BOARD_NONE