This is a complete listing of the RS-EDP software for the mbed module to support the RS-EDP platform.

Dependencies:   mbed

HeaderFiles/RSEDP_CNTRL_SPI.h

Committer:
DavidGilesHitex
Date:
2010-11-19
Revision:
0:5b7639d1f2c4

File content as of revision 0:5b7639d1f2c4:

/* Header file for SPI functions */
/* ***************************** */


extern void setup_CNTRL_SPI_Master_Mode(void);


extern uint8_t CNTRL_SPI_Write_Byte(uint8_t data_byte);


extern uint8_t CNTRL_SPI_Read_Byte(void);