Add support for the Micropendous (Arduino-like) series of boards (revisions 1 and 2).
[pub/lufa.git] / LUFA / Common / BoardTypes.h
index 8588517..e21709b 100644 (file)
                        /** 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