|
PIC24 Support Libraries
|
Go to the source code of this file.
Functions | |
| void | user_init (void) |
ESOS application program to recreate demonstrate child tasks in ESOS. Application is a fancier version of the "Echo" program echo.c in Chapter 8. (See Figure 8.6 in the text.)
In this version, the user selected a number 0-9 which is the increment to add each character in the "echo". The application will echo until an exclamation point "!" is sent. Then, the user is prompted for a new increment and the process repeats.
Application also has a flashing LED on RB15. Flashing LED is generated by an software timer calling a user-provided callback function.
Definition in file app_childtask.c.
| void user_init | ( | void | ) |
User-provided function to initialize user's hardware configuration register user tasks.
Definition at line 191 of file app_childtask.c.
1.8.4