Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
FredM67 committed Mar 10, 2024
1 parent 9b1587e commit e9b70c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Mk2_3phase_RFdatalog_temp/utils_relay.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
/**
* @brief Relay diversion config and engine
*
* @ingroup RelayDiversion
*/
class relayOutput
{
Expand Down Expand Up @@ -248,6 +249,8 @@ class relayOutput
*
* @tparam D The duration in minutes of the sliding average
* @tparam N The number of relays to be used. This parameter is deduced automatically.
*
* @ingroup RelayDiversion
*/
template< uint8_t N, uint8_t D = 10 >
class RelayEngine
Expand Down

0 comments on commit e9b70c9

Please sign in to comment.