|
PIC24 Support Libraries
|
#include "pic24_all.h"Go to the source code of this file.
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.
1.8.4