kjkjkjkjk

Dependencies:   mbed

Fork of i2c_master by green rosh

main.cpp

Committer:
greenroshks
Date:
2014-07-15
Revision:
1:14b369c0f314
Child:
2:c1387cf55c7d

File content as of revision 1:14b369c0f314:

#include "master.h"

int main()
{
    while(true)
    {
        FUNC_I2C_MASTER_MAIN(1,0x20,24);
        wait(23);
    }
}