Doxygen added

This commit is contained in:
Ollo
2020-11-06 22:19:16 +01:00
parent 9c83897fd9
commit 7080fe306b
4 changed files with 2585 additions and 26 deletions
+17 -3
View File
@@ -6,11 +6,24 @@
* @date 2020-05-30
*
* @copyright Copyright (c) 2020
* Describe the used PINs of the controller
*
* \mainpage Configuration of the controller
* @{
* Describe the used PINs of the controller
*
* @subpage Controller
*
* @subpage Homie
*
* @subpage Configuration
*
* @}
*/
#ifndef CONTROLLER_CONFIG_H
#define CONTROLLER_CONFIG_H
/** \addtogroup Configuration
* @{
*/
#define FIRMWARE_VERSION "1.0.9"
#define ADC_TO_VOLT(adc) ((adc) * 3.3 ) / 4095)
@@ -68,4 +81,5 @@
#define SOLAR_DELTA_VOLT_ADC 3
#define LIPO_DELTA_VOLT_ADC 0.2 /**< trigger for lipo voltage */
#endif
/* @} */
#endif