third commit

Dependencies:   mbed

Fork of i2c_slave by Chaitanya Viswa

Files at this revision

API Documentation at this revision

Comitter:
greenroshks
Date:
Tue Jul 01 07:28:46 2014 +0000
Parent:
1:37d4026fa600
Commit message:
third commit

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 37d4026fa600 -r 8675945f108a main.cpp
--- a/main.cpp	Tue Jul 01 07:25:58 2014 +0000
+++ b/main.cpp	Tue Jul 01 07:28:46 2014 +0000
@@ -6,5 +6,6 @@
     {
         FUNC_I2C_SLAVE_MAIN();
         wait(20);
+        printf("\nHello");
     }
 }
\ No newline at end of file