13 lines
No EOL
136 B
C++
Executable file
13 lines
No EOL
136 B
C++
Executable file
#ifndef INTERRUPT_H
|
|
#define INTERRUPT_H
|
|
|
|
|
|
class INTERRUPT_H
|
|
{
|
|
public:
|
|
sleep();
|
|
private:
|
|
pinInterrupt();
|
|
}
|
|
|
|
#endif // INTERRUPT_H
|