Teensy beginner here. I've been doing PWM with a Teensy 4.0 using the analogWriteFrequency() function and noticed that there are significant rounding errors when using frequencies that are not perfect divisors of the CPU clock speed. For example, at a 528 MHz clock speed on a Teensy 4.0 the...