mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
Define modules in Doxygen
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@20 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
29a5090850
commit
a0ef06fbc9
@ -6,6 +6,7 @@
|
||||
* @brief IRQ Enable/Disable routines
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup PIOS_IRQ
|
||||
* @{
|
||||
*
|
||||
*****************************************************************************/
|
||||
/*
|
||||
|
@ -6,6 +6,7 @@
|
||||
* @brief LED functions, init, toggle, on & off.
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup PIOS_LED
|
||||
* @{
|
||||
*
|
||||
*****************************************************************************/
|
||||
/*
|
||||
|
@ -6,6 +6,7 @@
|
||||
* @brief Gets and sets PiOS settings, normally from SDCard.
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup PIOS_SETTINGS
|
||||
* @{
|
||||
*
|
||||
*****************************************************************************/
|
||||
/*
|
||||
|
@ -6,6 +6,7 @@
|
||||
* @brief Sets up basic system hardware, functions are called from Main.
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup PIOS_SYS
|
||||
* @{
|
||||
*
|
||||
*****************************************************************************/
|
||||
/*
|
||||
|
@ -6,6 +6,7 @@
|
||||
* @brief UART commands. Inits UARTs, controls UARTs & Interupt handlers.
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup PIOS_UART
|
||||
* @{
|
||||
*
|
||||
*****************************************************************************/
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user