7 lines
91 B
C
7 lines
91 B
C
|
#ifndef __SLEEP_H__
|
||
|
#define __SLEEP_H__
|
||
|
|
||
|
void sleepMS(int msec);
|
||
|
|
||
|
#endif /* __SLEEP_H__ */
|