|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
timers in user_routines_fast
hi, I'm trying to create a generic timer in user_routines_fast. I don't need any exact amount of time to be calculated, just about 2/3 of a second. the code I'm using basically acts like this:
static int counter = 0; if (counter >= 20) { //now I'm at where I want to get after 20 program loops counter = 0; } else { counter++; } but I'm not having any luck in the fast file. what am I doing wrong? I have no problems in user_routines, but in fast everything doesn't work timer-wise. any ideas or help? thanks. Stephen |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The Five Great Timers | CronosPrime1 | Programming | 2 | 12-02-2006 12:46 |
| Using Timers | psquared | Programming | 9 | 30-01-2006 10:29 |
| Timers | MarkVH | Programming | 1 | 13-02-2005 11:30 |
| Securing interrupt-driven timers | Orborde | Programming | 3 | 10-02-2005 15:52 |
| How do you program timers? | roberthan | Programming | 5 | 04-02-2004 02:18 |