debounce problem

Thanks dhenry.

My original doubt was whether delay() inside an ISR would freeze the program due to timer0 interrupt being disabled (if one doesn't use the "selective interrupt disable" option just discussed, which as you confirmed would lead to nested interrupts).

It's about time I write some code on my own I guess :stuck_out_tongue: