Update BSP.cpp

This commit is contained in:
Ben V. Brown
2022-06-16 22:37:48 +10:00
parent 14750c474c
commit 222c251a98

View File

@@ -11,11 +11,10 @@
#include "history.hpp"
#include "main.hpp"
// These control the period's of time used for the PWM
const uint16_t powerPWM = 255;
const uint8_t holdoffTicks = 5; // This is the tick delay
const uint8_t tempMeasureTicks = 5;
const uint8_t holdoffTicks = 25; // This is the tick delay
const uint8_t tempMeasureTicks = 25;
uint16_t totalPWM = 255; // Total length of the cycle's ticks