|
PIC24 Support Libraries
|
Go to the source code of this file.
Functions | |
| void | user_init (void) |
ESOS application program to where two tasks increment a counter local to each task. Tasks run forever. However, task1 will delay for a random length of time after each counter increment. task2 will increment its counter only after every 5th increment of task1's counter.
Definition in file app_semaphore1.c.
| void user_init | ( | void | ) |
User-provided function to initialize user's hardware configuration register user tasks.
Definition at line 185 of file app_semaphore1.c.
1.8.4