X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/rsbs2/blobdiff_plain/e641fce6dede45cea9a98812d06ab6e8f0355c70..0b58b0e0db185986906cb8a71964f06bfa995b4a:/bmc/i2c.c diff --git a/bmc/i2c.c b/bmc/i2c.c index 92c00cc..07d2e79 100644 --- a/bmc/i2c.c +++ b/bmc/i2c.c @@ -3,6 +3,7 @@ #include #include "i2c.h" #include "bmc.h" +#include "config.h" #include "ipmb.h" #define TWCR_ACK TWCR = (1< + * TWBR = (F_CPU/(2 * SCL)) - 8 + */ + TWBR = (F_CPU/(2*I2C_FREQ))-8; TWAR = BMC_ADDR & 0xfe; TWDR = 0x00; TWCR &= ~((1<