Improve doxygen comments

This commit is contained in:
Henrik Stickann
2022-04-24 13:43:44 +02:00
parent e7d246a2e7
commit a24aa1c5c6
10 changed files with 77 additions and 52 deletions

View File

@@ -1,7 +1,8 @@
/**
* @brief Wrapper for HAL GPIO pins.
*
* Define **STA_HAL_GPIO_ENABLE** in `<sta/config.hpp>` to enable module.
* Configuration:
* STA_HAL_GPIO_ENABLE: Enable module
*/
#ifndef STA_HAL_GPIO_PIN_HPP
#define STA_HAL_GPIO_PIN_HPP
@@ -10,8 +11,7 @@
#ifdef STA_HAL_GPIO_ENABLE
#include <sta/gpio_pin.hpp>
#include <main.h>
#include <sta/hal.hpp>
namespace sta