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

Dependencies:   mbed

Revision:
0:5b7639d1f2c4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/HeaderFiles/RSEDP_CNTRL_SPI.h	Fri Nov 19 09:49:16 2010 +0000
@@ -0,0 +1,13 @@
+/* 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);
+
+