Skip to content
Snippets Groups Projects
Commit 2a0ead8f authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #6920 from smlng/doc/arduino_common

doxygen: refine Arduino Atmega Common documentation
parents 73330165 87ea5567
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,7 @@ ...@@ -13,8 +13,7 @@
* @{ * @{
* *
* @file * @file
* @brief Board specific implementations for the arduino Uno * @brief Common implementations for Arduino Atmega boards
* @brief and Duemilanove boards.
* *
* @author Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de> * @author Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de>
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
......
/*
* Copyright (C) 2017 HAW Hamburg
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @defgroup boards_arduino-atmega-common Arduino Atmega Common
* @ingroup boards
* @brief Common configuration and settings for Arduino Atmega boards
*/
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
* @{ * @{
* *
* @file * @file
* @brief Board specific configuration for the Arduino API * @brief Configuration of the Arduino API for Arduino Atmega boards
* *
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author Laurent Navet <laurent.navet@gmail.com> * @author Laurent Navet <laurent.navet@gmail.com>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
* @{ * @{
* *
* @file * @file
* @brief Mapping from MCU pins to Arduino pins * @brief Mapping from MCU pins to Arduino pins for Arduino Atmega boards
* *
* You can use the defines in this file for simplified interaction with the * You can use the defines in this file for simplified interaction with the
* Arduino specific pin numbers. * Arduino specific pin numbers.
......
...@@ -7,16 +7,12 @@ ...@@ -7,16 +7,12 @@
* directory for more details. * directory for more details.
*/ */
/** /*
* @defgroup boards_arduino-atmega-common Arduino common * @ingroup boards_arduino-atmega-common
* @ingroup boards
* @brief Board specific files for the arduino Uno and
* @brief Duemilanove boards.
* @{ * @{
* *
* @file * @file
* @brief Board specific definitions for the arduino Uno and * @brief Common board configuration for Arduino Atmega boards
* @brief Duemilanove boards.
* *
* @author Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de> * @author Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de>
* @author Laurent Navet <laurent.navet@gmail.com> * @author Laurent Navet <laurent.navet@gmail.com>
......
...@@ -7,13 +7,13 @@ ...@@ -7,13 +7,13 @@
*/ */
/** /**
* @ingroup boards_arduino-atmega-common * @ingroup boards_arduino-atmega-common
* @{ * @{
* *
* @file * @file
* @brief Board specific configuration of direct mapped GPIOs * @brief Common configuration of mapped GPIOs for Arduino Atmega boards
* *
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/ */
#ifndef GPIO_PARAMS_H #ifndef GPIO_PARAMS_H
......
...@@ -12,8 +12,7 @@ ...@@ -12,8 +12,7 @@
* @{ * @{
* *
* @file * @file
* @brief Peripheral MCU configuration for the arduino Uno and * @brief Common configuration of MCU periphery for Arduino Atmega boards
* @brief Dumilanove boards.
* *
* @author Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de> * @author Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de>
* @author Laurent Navet <laurent.navet@gmail.com> * @author Laurent Navet <laurent.navet@gmail.com>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment