Ejemplo n.º 1
0
void i2c1_er_isr()
{
    i2c_handle_er_interrupt(I2C_1);
}
Ejemplo n.º 2
0
void i2c2_er_isr()
{
	i2c_handle_er_interrupt(I2C_2);
}