jnlj

Dependencies:   mbed-rtos mbed

Fork of TFOX_CDMS_VR_1_0_WORKING by Team Fox

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers i2c.h Source File

i2c.h

00001 void FCTN_I2C_READ(char *data,int length = 1);
00002 void FCTN_I2C_WRITE(char *data,int length = 1);
00003 void FCTN_MASTER_I2C(char i2c_data_type , char* i2c_data);