third commit

Dependencies:   mbed

Fork of i2c_slave by Chaitanya Viswa

main.cpp

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

File content as of revision 1:37d4026fa600:

#include "slave.h"

int main()
{
    while(1)
    {
        FUNC_I2C_SLAVE_MAIN();
        wait(20);
    }
}