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

Dependencies:   mbed

HeaderFiles/RSEDP_CNTRL_I2C.h

Committer:
DavidGilesHitex
Date:
2010-11-19
Revision:
0:5b7639d1f2c4

File content as of revision 0:5b7639d1f2c4:

/* Header File for I2C Routines */
/* **************************** */


/* Function Prototypes Here */
extern void setup_CNTRL_I2C_Master_Mode(void);                                                                         
/* Configuration & setup */



extern sint32_t CNTRL_I2C_Master_Mode_Transmit(uint8_t targ_address, sint8_t *Tx_Array, uint16_t num_bytes);        
/* Send a data packet from this master to a slave device */



extern sint32_t CNTRL_I2C_Master_Mode_Receive(uint8_t targ_address, sint8_t *Rx_Array, uint16_t num_bytes);            
/* Receive a data packet from a slave */