This is the DDRO software we write to operate the chip

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers master_i2c.h Source File

master_i2c.h

00001 #include "mbed.h"
00002 
00003 void i2c_write(char * data);
00004 void i2c_read(char * buf);
00005 void i2c_test();
00006 void i2c_test2();
00007 void master_write();
00008 void master_read(int* ro_reading);
00009 void m2s_scan();