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_MAX1X3X_ADC.h	Fri Nov 19 09:49:16 2010 +0000
@@ -0,0 +1,8 @@
+/* Header file for MAX1x3x Serial ADC */
+/* ********************************** */
+
+extern sint32_t RSEDP_AM_Init_MAX1x3x(uint8_t I2C_addr) ;
+
+extern sint32_t RSEDP_AM_MAX103x_ReadChannel(uint8_t I2C_addr, uint8_t *uiResult, uint8_t uiChannel) ;
+
+extern sint32_t RSEDP_AM_MAX113x_ReadChannel(uint8_t I2C_addr, uint16_t *uiResult, uint8_t uiChannel) ;