Author |
Message |
Topic: time trigger |
qaxobi27b
Replies: 7
Views: 8615
|
Forum: General CCS C Discussion Posted: Sat Apr 30, 2011 4:45 am Subject: time trigger |
This is usually done with timer interrupts. 3 seconds is a long time, so you will have to set a timer to interrupt say every 30ms and count 100 interrupts.
Thanks for the quick reply, but can you ... |
Topic: time trigger |
qaxobi27b
Replies: 7
Views: 8615
|
Forum: General CCS C Discussion Posted: Sat Apr 30, 2011 4:15 am Subject: time trigger |
I would like to make a time delayed trigger..
something like a delay but the problem with the delay is that it stops all the program for the specified amount of time, i just want a to count during ... |
|