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_AM_ADC5263_Digital_Pot.h	Fri Nov 19 09:49:16 2010 +0000
@@ -0,0 +1,14 @@
+/* Header File for Digital Potentiometer */
+/* ************************************* */
+
+
+/* Function Prototypes */
+extern sint32_t RSEDP_AM_Init_AD5263(uint8_t I2C_addr) ;
+extern sint32_t RSEDP_AM_Set_AD5263_resistance(uint8_t I2C_addr, uint8_t uiChannel, uint16_t uiResistance_Ohms) ;
+
+
+/* Global Variables */
+extern uint16_t AD5263_default_resistances[AD5263_No_Of_Channels];
+
+
+