Open maxtat3 opened 6 years ago
bool isPause = false; ISR(INT0){ if(! isPause){ uart->tx isPause = true; _delay_ms(50); isPause = false; } }