i2c while removed and works - to be characterised

Dependencies:   mbed-rtos mbed

Fork of BAE_working_verified by sakthi priya amirtharaj

slave.h

Committer:
sakthipriya
Date:
2015-01-31
Revision:
3:20647ff68b3c
Parent:
0:ebdf4f859dca

File content as of revision 3:20647ff68b3c:

#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) ;