third commit

Dependencies:   mbed

Fork of i2c_slave by Chaitanya Viswa

main.cpp

Committer:
greenroshks
Date:
2014-07-01
Revision:
2:8675945f108a
Parent:
1:37d4026fa600

File content as of revision 2:8675945f108a:

#include "slave.h"

int main()
{
    while(1)
    {
        FUNC_I2C_SLAVE_MAIN();
        wait(20);
        printf("\nHello");
    }
}