ADC timing faster + timer without HAL

This commit is contained in:
Ben V. Brown
2022-04-20 21:18:01 +10:00
parent 25283e434f
commit 3a82210b73
10 changed files with 125 additions and 603 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 = 10;
const uint8_t tempMeasureTicks = 14;
const uint8_t holdoffTicks = 14;
const uint8_t tempMeasureTicks = 10;
uint16_t totalPWM = 255; // Total length of the cycle's ticks