#ifndef INTERRUPT_H #define INTERRUPT_H class INTERRUPT_H { public: sleep(); private: pinInterrupt(); } #endif // INTERRUPT_H