Apologies if this isn't in the appropriate forum section:
I have an Arduino Leonardo and intend to use the 2 external interrupts for monitoring pulses from 2 water flow sensors.
I also wish to connect a LCD character display (via a I2C backpack). It appears that the Leonardo's I2C connection (SDA & SCL lines) are on Digital pins 2 & 3 - which are the normal assignments for external interrupt pins.
Does this mean that it is not possible to have interfaces using both I2C and external interrupts ?
TIA
Chris.