Definition in file i2csw.h.
#include "global.h"
#include "i2cswconf.h"
Go to the source code of this file.
Defines | |
| #define | READ 0x01 |
Functions | |
| void | i2cInit (void) |
| Initialize I2C (TWI) interface. | |
| void | i2cSend (BYTE device, BYTE sub, BYTE length, BYTE *data) |
| void | i2cReceive (BYTE device, BYTE sub, BYTE length, BYTE *data) |
1.4.2