You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using ICP1 allows a much more reliable timer reading, since it uses dedicated hardware to store the timer value instead of calling a software interrupt.
An interrupt is called anyways, but the timer value is already latched into a register.
The text was updated successfully, but these errors were encountered:
Using ICP1 allows a much more reliable timer reading, since it uses dedicated hardware to store the timer value instead of calling a software interrupt.
An interrupt is called anyways, but the timer value is already latched into a register.
The text was updated successfully, but these errors were encountered: