#pragma once

#include <avr/interrupt.h>

ISR(TIMER0_OVF_vect);
ISR(TIMER2_OVF_vect);
ISR(INT1_vect);
ISR(ADC_vect);
ISR(BADISR_vect);