photointerrupter/src/photointerrupter.h

7 lines
130 B
C
Raw Normal View History

2020-12-10 03:21:16 +00:00
#pragma once
#define PHOTOINTERRUPT ISR(INT1_vect)
namespace photointerrupter {
void init();
} // namespace photointerrupter