View previous topic :: View next topic |
Author |
Message |
Ken Johnson
Joined: 23 Mar 2006 Posts: 197 Location: Lewisburg, WV
|
Single-task background (main loop) priority scheduler |
Posted: Wed Sep 26, 2007 9:15 am |
|
|
I've posted this in the code library, same topic - hope some find it useful
Ken
Last edited by Ken Johnson on Wed Sep 26, 2007 2:38 pm; edited 1 time in total |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Wed Sep 26, 2007 10:55 am |
|
|
You've misspelled 'single' in the title of the post (both posts).
Also, you should provide an explanation of:
1. Why the code is useful. Explain the problems that it solves,
compared to other methods of writing a program.
2. Typical applications that might use this code, and how to use your
code for those applications.
3. Some sample code for a typical application.
4. Possible problems and how to fix them. |
|
|
Ken Johnson
Joined: 23 Mar 2006 Posts: 197 Location: Lewisburg, WV
|
|
Posted: Wed Sep 26, 2007 12:30 pm |
|
|
So much for proof-reading :(
Items 1 and 3 are briefly addressed in the code. I tend to be not very wordy, but will try to elaborate.
Thanks for the feedback, PCM!
Ken |
|
|
|