Tuning in ADC

This commit is contained in:
Ben V. Brown
2022-04-21 18:25:14 +10:00
parent 82a8eb5a2c
commit 8ea1edf7a7
3 changed files with 5 additions and 5 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 = 14;
const uint8_t tempMeasureTicks = 10;
const uint8_t holdoffTicks = 3; // This is the tick delay
const uint8_t tempMeasureTicks = 4;
uint16_t totalPWM = 255; // Total length of the cycle's ticks