PIC24 Support Libraries
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
reverse_string.c File Reference
#include "pic24_all.h"

Go to the source code of this file.

Detailed Description

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 reverse_string.c.