third commit

Dependencies:   mbed

Fork of i2c_slave by Chaitanya Viswa

Revision:
1:37d4026fa600
Child:
2:8675945f108a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue Jul 01 07:25:58 2014 +0000
@@ -0,0 +1,10 @@
+#include "slave.h"
+
+int main()
+{
+    while(1)
+    {
+        FUNC_I2C_SLAVE_MAIN();
+        wait(20);
+    }
+}
\ No newline at end of file