third commit

Dependencies:   mbed

Fork of i2c_slave by Chaitanya Viswa

Committer:
greenroshks
Date:
Tue Jul 01 07:25:58 2014 +0000
Revision:
1:37d4026fa600
Child:
2:8675945f108a
second commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
greenroshks 1:37d4026fa600 1 #include "slave.h"
greenroshks 1:37d4026fa600 2
greenroshks 1:37d4026fa600 3 int main()
greenroshks 1:37d4026fa600 4 {
greenroshks 1:37d4026fa600 5 while(1)
greenroshks 1:37d4026fa600 6 {
greenroshks 1:37d4026fa600 7 FUNC_I2C_SLAVE_MAIN();
greenroshks 1:37d4026fa600 8 wait(20);
greenroshks 1:37d4026fa600 9 }
greenroshks 1:37d4026fa600 10 }