Update BSP.cpp

This commit is contained in:
Ben V. Brown
2022-07-13 21:04:03 +10:00
parent 8198882061
commit a1a569a28a

View File

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