Hello.

Say I have some code, the "main" code and the interrupt driven looped code.

The interrupt driven code flashes the led according to variable value changed in main code. Is this possible? will it work that way?