X-Git-Url: http://git.droids-corp.org/?p=protos%2Fimu.git;a=blobdiff_plain;f=i2cm_sw.c;h=8c8e238bdf33ba66f9fec5ff93d51d45510f8844;hp=92f23216548bfd54df1305be968e2bac4c347d51;hb=b33a589412b67654829a1f10e7cac743681a24f4;hpb=e19240438eba7e87f6f3ad0c6c8f387d92ab4000 diff --git a/i2cm_sw.c b/i2cm_sw.c index 92f2321..8c8e238 100644 --- a/i2cm_sw.c +++ b/i2cm_sw.c @@ -49,11 +49,11 @@ void (*g_i2cm_event)(i2cm_state state); A5 = PC5/SCL */ -#define I2CM_SCL_PORT PORTC -#define I2CM_SCL_BIT 5 +#define I2CM_SCL_PORT PORTD +#define I2CM_SCL_BIT 6 -#define I2CM_SDA_PORT PORTC -#define I2CM_SDA_BIT 4 +#define I2CM_SDA_PORT PORTD +#define I2CM_SDA_BIT 5 #define I2CM_SCL I2CM_SCL_PORT, I2CM_SCL_BIT #define I2CM_SDA I2CM_SDA_PORT, I2CM_SDA_BIT