mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
Merge branch 'master' of github.com:RfidResearchGroup/proxmark3
This commit is contained in:
commit
25945d30a4
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue