Apologies in advance if this newbie question has already been asked and answered.
I want to know if a pin configured as an external interrupt (eg. INT0) can also be used as a general digital input while the ISR (interrupt service routine) is in progress. I mean whether SBIC and SBIS will still work. Will the timings for these change in any way? Should I bite the bullet and just use another port pin?