diff options
Diffstat (limited to 'docs/src/main.dox')
-rw-r--r-- | docs/src/main.dox | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/src/main.dox b/docs/src/main.dox index a969854f4..d62ebda3e 100644 --- a/docs/src/main.dox +++ b/docs/src/main.dox @@ -402,6 +402,15 @@ */
/**
+ * @defgroup IOPortsLLD I/O Ports Low Level Driver
+ * @brief Digital I/O ports low level driver template.
+ * @details This file is a template for an I/O port low level driver. This
+ * file implements the prysical layer of an I/O port driver.
+ *
+ * @ingroup IOPorts
+ */
+
+/**
* @defgroup Channels Abstract I/O Channels
* @brief Abstract I/O Channels.
* @details This module defines an abstract interface for I/O channels. Note
|