freeslave1.0

Dependencies:   mbed

Revision:
0:10d14005f03a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/slave.h	Wed Dec 03 10:37:04 2014 +0000
@@ -0,0 +1,5 @@
+#include "mbed.h"
+
+int FUNC_I2C_SLAVE_MAIN(int iterations);
+void write_to_master(char);                    //function to write data to master
+