csleeptimer/idle.h

7 lines
65 B
C

#ifndef _IDLE_H
#define _IDLE_H
long getIdleTime(void);
#endif