#pragma once #define PHOTOINTERRUPT ISR(INT1_vect) namespace photointerrupter { void init(); } // namespace photointerrupter