From 07afbf4defc19610c6e7ac03d197aefbeddde9e7 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Thu, 5 Sep 2024 13:29:26 -0700 Subject: [PATCH] Updated documentation comments --- inc/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/config.h b/inc/config.h index 8e9d2c0..2371457 100644 --- a/inc/config.h +++ b/inc/config.h @@ -31,10 +31,10 @@ const uint16_t TriggerValue = 512; /** - * @brief Triac Gate Pulse Quantity + * @brief Gate Pulse Quantity * * Contains the number of pulses that the micro-controller will send to the - * gates of the triac. + * gates of the relays or triacs. * * This number should match the quantity of timings inside the pulse/duration * array.