* \note Do not include this file directly, rather include the Common.h header file instead to gain this file's\r
* functionality.\r
*/\r
+\r
+/** \ingroup Group_Common\r
+ * @defgroup Group_BoardTypes Board Types\r
+ *\r
+ * Macros for indicating the chosen physical board hardware to the library. These macros should be used when\r
+ * defining the BOARD token to the chosen hardware via the -D switch in the project makefile.\r
+ *\r
+ * @{\r
+ */\r
\r
#ifndef __BOARDTYPES_H__\r
#define __BOARDTYPES_H__\r
#define BOARD_USER 5\r
\r
#endif\r
+\r
+/** @} */\r