??? 08/20/09 14:17 Read: times |
#168406 - 999 * 60 * 10 Responding to: ???'s previous message |
Setup a timer interrupt to give interrupt each 100 milliseconds. Since this interrupt happens 10 times per second and there are 60 seconds in a minute you could manage an interrupt time software counter to count down 60 * 10 = 600 in a repeatitive manner. At each roll over (1 minute intervals) you can manage another software counter that decrements from 999 down to zero.
Michael Karas |
Topic | Author | Date |
999 minutes downcounter | 01/01/70 00:00 | |
Almost the same as 99min downcounter | 01/01/70 00:00 | |
Do you really believe this guy's name? | 01/01/70 00:00 | |
Could be but then...![]() | 01/01/70 00:00 | |
999 * 60 * 10 | 01/01/70 00:00 | |
100 ms | 01/01/70 00:00 |