/* * External Interrupt sources for the AVR 328P micro-controller */ ENUM [ PIN2{ #include }, PIN3{ #include }, TIMER0_OVF, /*used in Arduino for micros(), millis(), ...*/ TIMER1_OVF, TIMER2_OVF ] SOURCE;