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

Dependencies:   mbed

Committer:
DavidGilesHitex
Date:
Fri Nov 19 09:49:16 2010 +0000
Revision:
0:5b7639d1f2c4

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
DavidGilesHitex 0:5b7639d1f2c4 1 /* Header File for Digital Potentiometer */
DavidGilesHitex 0:5b7639d1f2c4 2 /* ************************************* */
DavidGilesHitex 0:5b7639d1f2c4 3
DavidGilesHitex 0:5b7639d1f2c4 4
DavidGilesHitex 0:5b7639d1f2c4 5 /* Function Prototypes */
DavidGilesHitex 0:5b7639d1f2c4 6 extern sint32_t RSEDP_AM_Init_AD5263(uint8_t I2C_addr) ;
DavidGilesHitex 0:5b7639d1f2c4 7 extern sint32_t RSEDP_AM_Set_AD5263_resistance(uint8_t I2C_addr, uint8_t uiChannel, uint16_t uiResistance_Ohms) ;
DavidGilesHitex 0:5b7639d1f2c4 8
DavidGilesHitex 0:5b7639d1f2c4 9
DavidGilesHitex 0:5b7639d1f2c4 10 /* Global Variables */
DavidGilesHitex 0:5b7639d1f2c4 11 extern uint16_t AD5263_default_resistances[AD5263_No_Of_Channels];
DavidGilesHitex 0:5b7639d1f2c4 12
DavidGilesHitex 0:5b7639d1f2c4 13
DavidGilesHitex 0:5b7639d1f2c4 14