PIC24 Support Libraries
|
#include "esos.h"
#include "esos_pc.h"
#include "esos_pc_stdio.h"
#include <stdio.h>
#include <sys/select.h>
#include <termios.h>
#include <unistd.h>
Go to the source code of this file.
Functions | |
void | user_init (void) |
Inputs a string, outputs the reverse. This file is used in three MPLAB projects: reverse_string.mcp - polled RX, TX I/O uartrx_fifo.mcp - interrupt RX, polled TX I/O uartrxtx_fifo.mcp - interrupt RX, interrupt TX I/O Interrupt RX inChar1() is selected by defining UART1_RX_INTERRUPT macro Interrupt TX outChar1() is selected by defining UART1_TX_INTERRUPT macro These macros are defined in their respective MPLAB projects.
Definition in file app_timer.c.
void user_init | ( | void | ) |
User-provided function to initialize user's hardware configuration register user tasks.
Definition at line 478 of file app_timer.c.