Skip to content

Commit

Permalink
Some doc tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
FredM67 committed Mar 10, 2024
1 parent eef1010 commit ec70ab2
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Mk2_3phase_RFdatalog_temp/dualtariff.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@

#include "config.h"

/*!
* @defgroup Dual tariff feature
* Functions used for the dual tariff feature
*/

/**
* @brief Template class for Load-Overriding
* @details The array is initialized at compile time so it can be read-only and
Expand Down
2 changes: 1 addition & 1 deletion Mk2_3phase_RFdatalog_temp/processing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "utils_pins.h"

/*!
* @defgroup TimeCritical Time critical functions Group
* @defgroup TimeCritical Time critical functions
* Functions used by the ISR
*/

Expand Down
5 changes: 5 additions & 0 deletions Mk2_3phase_RFdatalog_temp/utils_dualtariff.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@

#include <Arduino.h>

/*!
* @defgroup Dual tariff feature
* Functions used for the dual tariff feature
*/

/** @brief Config parameters for overriding a load
* @details This class allows the user to define when and how long a load will be forced at
* full power during off-peak period.
Expand Down
5 changes: 5 additions & 0 deletions Mk2_3phase_RFdatalog_temp/utils_relay.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
#include "ewma_avg.hpp"
#include "utils_pins.h"

/*!
* @defgroup Relay diversion feature
* Functions used for the relay diversion
*/

/**
* @brief Relay diversion config and engine
*
Expand Down
5 changes: 5 additions & 0 deletions Mk2_3phase_RFdatalog_temp/utils_rf.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
#ifndef _UTILS_RF_H
#define _UTILS_RF_H

/*!
* @defgroup RF feature
* Functions used for the RF feature
*/

#ifdef RF_PRESENT
#include <JeeLib.h>

Expand Down
5 changes: 5 additions & 0 deletions Mk2_3phase_RFdatalog_temp/utils_temp.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@

#include "constants.h"

/*!
* @defgroup Temperature sensing feature
* Functions used for the temperature sensing
*/

#ifdef TEMP_ENABLED
inline constexpr bool TEMP_SENSOR_PRESENT{ true }; /**< set it to 'true' if temperature sensing is needed */
#include <OneWire.h> // for temperature sensing
Expand Down

0 comments on commit ec70ab2

Please sign in to comment.