예제 #1
0
void i2c1_er_isr()
{
    i2c_handle_er_interrupt(I2C_1);
}
예제 #2
0
void i2c2_er_isr()
{
	i2c_handle_er_interrupt(I2C_2);
}