MikeValencia
Joined: 04 Aug 2004 Posts: 238 Location: Chicago
|
Does the get_timerX() function handle loop-around? |
Posted: Thu Sep 02, 2004 9:48 am |
|
|
If I make a call to get_timer2(), does it handle overflow, so that i will always get a valid reading? For example if the lower byte wraps around from 0xFF to 0x00, will the function handle that for me, or do i have to read twice just in case?
Thanks,
Mike |
|