doc clocks

This commit is contained in:
Philippe Teuwen 2020-10-09 20:06:24 +02:00
parent 8990caca2a
commit 702106933e

View file

@ -76,11 +76,12 @@ Current usages:
* `void SpinDelayUs(int us)`
* `void SpinDelay(int ms)` based on SpinDelayUs
* `void SpinDelayUsPrecision(int us)`
Busy wait based on 46.875 kHz PWM Channel 0, 21.3 us precision
WARNING: timer can't measure more than 1.39 s
Busy wait based on 46.875 kHz PWM Channel 0
* 21.3 us precision and maximum 1.39 s
* *Precision* variant: 0.7 us precision and maximum 43 ms
## Occasional TC0+TC1 / CountUS functions