Exemplo n.º 1
0
void i2c1_ev_isr()
{
    i2c_handle_ev_interrupt(I2C_1);
}
Exemplo n.º 2
0
void i2c2_ev_isr()
{
	i2c_handle_ev_interrupt(I2C_2);
}