#pragma once #include <avr/io.h> #include <avr/interrupt.h> ISR(ADC_vect); ISR(TIMER0_OVF_vect); ISR(USART_RXC_vect);