photointerrupter/src/photointerrupter.h

7 lines
130 B
C++

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