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_Base_Board.h	Fri Nov 19 09:49:16 2010 +0000
@@ -0,0 +1,17 @@
+/* Base Board Hardware Device Drivers */
+/* ********************************** */
+
+
+
+/* Collective file for inclusion of Base Board Device Drivers */
+/* On the base board we have: */
+/*   24LC32 Serial EEPROM */
+/*   PCA9675 I/O Expander configures as serial input latch for DIP Switches */
+
+
+#include "RSEDP_BB_24LC32_Serial_EEPROM.h"
+#include "RSEDP_BB_PCA9675_Serial_Input_Latch.h"
+
+
+
+