From a1a569a28aa22e80faa47b27e2320e6170469dde Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Wed, 13 Jul 2022 21:04:03 +1000 Subject: [PATCH] Update BSP.cpp --- source/Core/BSP/Magic/BSP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Core/BSP/Magic/BSP.cpp b/source/Core/BSP/Magic/BSP.cpp index 9ee8f9ea..0b46912a 100644 --- a/source/Core/BSP/Magic/BSP.cpp +++ b/source/Core/BSP/Magic/BSP.cpp @@ -15,7 +15,7 @@ // These control the period's of time used for the PWM const uint16_t powerPWM = 255; -const uint8_t holdoffTicks = 25; // This is the tick delay +const uint8_t holdoffTicks = 25; // This is the tick delay before temp measure starts (i.e. time for op-amp recovery) const uint8_t tempMeasureTicks = 25; uint16_t totalPWM = 255; // Total length of the cycle's ticks