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

Go to the source code of this file.

Detailed Description

SPI example: PIC24 uC in Master mode talking to a PIC24 uC in slave mode, using the slave PIC24 uC (spi_slave_revstring.c) to reverse strings. The master expects the slave to assert a PIO output (SLAVE_ORDY in code) when a string has been reversed; the master then reads the string from the slave.

Definition in file spi_master_revstring.c.