EVENT less than 1 ms

General discussion relating to the library modules supplied with the compiler

Moderators: David Barker, Jerry Messina

Post Reply
Jardik
Posts: 10
Joined: Mon Apr 12, 2010 10:05 pm

EVENT less than 1 ms

Post by Jardik » Fri Apr 16, 2010 1:23 pm

For my program I need to use EVENT less than 1 ms.
Can anyone advise me how to prove it ?

MattH
Registered User
Registered User
Posts: 51
Joined: Mon Jan 01, 2007 8:03 pm
Location: Allentown, PA

Post by MattH » Sat Apr 17, 2010 1:04 am

Hi and welcome to the Forum!

You can use a timer to do this. You start the timer when you get in the event and stop when you jump out.
There is a sample program "TimeMe" in the sample folder. Check it out.

Matt

Jardik
Posts: 10
Joined: Mon Apr 12, 2010 10:05 pm

Post by Jardik » Sun Apr 18, 2010 10:53 am

Thank you for your reply,

Not a bad trick. I'd prefer it but wanted to solve by using the EVENT. There would be some way to prove it

Post Reply