#include <I2c.h>
Public Member Functions | |
I2c (void) | |
unsigned char | readByte (void) |
unsigned char | readByteWithoutAck (void) |
void | sendStart (void) |
void | sendStop (void) |
void | writeByte (unsigned char _byte) |
Definition at line 11 of file I2c.h.
I2c::I2c | ( | void | ) |
unsigned char I2c::readByte | ( | void | ) |
Definition at line 55 of file I2c.c.
Referenced by Ram::readBytes().
unsigned char I2c::readByteWithoutAck | ( | void | ) |
Definition at line 67 of file I2c.c.
Referenced by Ram::readBytes().
void I2c::sendStart | ( | void | ) |
Definition at line 19 of file I2c.c.
Referenced by Ram::readBytes(), and Ram::writeBytes().
void I2c::sendStop | ( | void | ) |
Definition at line 31 of file I2c.c.
Referenced by Ram::readBytes(), and Ram::writeBytes().
void I2c::writeByte | ( | unsigned char | _byte | ) |
Definition at line 42 of file I2c.c.
Referenced by Ram::readBytes(), and Ram::writeBytes().