i2c testing for integration

Dependencies:   mbed-rtos mbed

Fork of pcb_test_v1_1_1 by sakthi priya amirtharaj

slave.h

Committer:
raizel_varun
Date:
2015-04-09
Revision:
2:3d9ca9554adf
Parent:
0:e91ee0e99213

File content as of revision 2:3d9ca9554adf:

#include "mbed.h"
#define WriteGeneral 3
#define ReadAddressed 1
#define slave_address 0x20


void FUNC_I2C_WRITE2CDMS(char* ,int);
void FUNC_I2C_IR2CDMS();
void FUNC_I2C_INT();
void FUNC_I2C_RESET();
void FUNC_I2C_TC_EXECUTE (char command) ;