#ifndef _GoToSleep_H #define _GoToSleep_H extern void setSleep(void); extern void checkSleep(void); extern void changeChanel(void); #endif