Hi Ben,
The relevant part of the code is the Macro Direction. Other code in Main() is bypassed.
Thanks,
Dave
Search found 2 matches
- Tue Oct 19, 2021 10:31 am
- Forum: General
- Topic: Timer Component
- Replies: 2
- Views: 2027
- Fri Oct 15, 2021 1:36 pm
- Forum: General
- Topic: Timer Component
- Replies: 2
- Views: 2027
Timer Component
Hi, I'm having trouble with this component. Trying to measure an 80mS period. Using GetCountMicroseconds() the return value is ULONG. A ULONG variable is 0 - 0xFFFFFFFF. 80mS (82000 microseconds) measures as 0x00014050 but the Timer component only returns 00004050. I know I can use GetCountMilliseco...