Correct adc gain

This commit is contained in:
Ben V. Brown
2022-05-23 19:34:33 +10:00
parent 4e95cb47a7
commit 226750df4c
6 changed files with 18 additions and 25 deletions

View File

@@ -12,8 +12,8 @@
// These control the period's of time used for the PWM
const uint16_t powerPWM = 255;
const uint8_t holdoffTicks = 3; // This is the tick delay
const uint8_t tempMeasureTicks = 4;
const uint8_t holdoffTicks = 5; // This is the tick delay
const uint8_t tempMeasureTicks = 5;
uint16_t totalPWM = 255; // Total length of the cycle's ticks