??? 01/31/09 08:50 Modified: 01/31/09 08:54 Read: times |
#161865 - I am thinking of implementing the superloop Responding to: ???'s previous message |
Do you think the superloop will answer my problem? Check out the algorithm:
SuperLoop: task1 wait for input in keyboard to change the message display(100microseconds) task2 continue the timer(100 microseconds) task3 display the message in led dotmatrix(100 microseconds) End Superloop do you think the 100 microseconds for each task is enough? will it work effectively? How do i interrupt the polling/detecting of keyboard pressing? how about if i use the built in timer? do they work independently from the usual processes? |