|
PIC24 Support Libraries
|
Go to the source code of this file.
Functions | |
| void | user_init (void) |
ESOS application program to recreate the "Echo" program echo.c in Chapter 8. (See Figure 8.6 in the text.) "Echo" program which waits for UART1 RX character and echos it back +1. Use this program to test your UART connection under ESOS
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_timerLEDecho.c.
| void user_init | ( | void | ) |
User-provided function to initialize user's hardware configuration register user tasks.
Definition at line 155 of file app_timerLEDecho.c.
1.8.4