From d0703775221dc25613f6b81cbe151b54db6cc66c Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 25 Mar 2012 17:46:26 +0200 Subject: Board, rev A. --- firmware/LUFA/ManPages/Groups.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 firmware/LUFA/ManPages/Groups.txt (limited to 'firmware/LUFA/ManPages/Groups.txt') diff --git a/firmware/LUFA/ManPages/Groups.txt b/firmware/LUFA/ManPages/Groups.txt new file mode 100644 index 0000000..0c9f4a6 --- /dev/null +++ b/firmware/LUFA/ManPages/Groups.txt @@ -0,0 +1,21 @@ +/** \file + * + * This file contains special DoxyGen information for the generation of the main page and other special + * documentation pages. It is not a project source file. + */ + +/** @defgroup Group_BoardDrivers Board Drivers + * + * Functions, macros, variables, enums and types related to the control of physical board hardware. + */ + +/** @defgroup Group_PeripheralDrivers On-chip Peripheral Drivers + * + * Functions, macros, variables, enums and types related to the control of AVR subsystems. + */ + +/** @defgroup Group_MiscDrivers Miscellaneous Drivers + * + * Miscellaneous driver Functions, macros, variables, enums and types. + */ + -- cgit v1.2.3