Updated documentation comments

This commit is contained in:
jakeg00dwin 2024-09-05 13:29:26 -07:00
parent e94eed5b30
commit 07afbf4def
1 changed files with 2 additions and 2 deletions

View File

@ -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.