i2c testing for integration

Dependencies:   mbed-rtos mbed

Fork of pcb_test_v1_1_1 by sakthi priya amirtharaj

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers slave.h Source File

slave.h

00001 #include "mbed.h"
00002 #define WriteGeneral 3
00003 #define ReadAddressed 1
00004 #define slave_address 0x20
00005 
00006 
00007 void FUNC_I2C_WRITE2CDMS(char* ,int);
00008 void FUNC_I2C_IR2CDMS();
00009 void FUNC_I2C_INT();
00010 void FUNC_I2C_RESET();
00011 void FUNC_I2C_TC_EXECUTE (char command) ; 
00012