#include "i2c.h" #include static bool I2CStartSend(uint8_t addr); static bool I2CStartRecv(uint8_t addr); static void I2CStop(); static bool I2CStartSend(uint8_t addr) { TWCR = (1<