11 lines204 bytes
Newer
Older
-
+
commited
{line.log.rev}
on
8 months ago
37
1
#ifndef ASLEEP_H
2
#define ASLEEP_H
3
#include <stdbool.h>
4
#include "task.h"
5
7 months ago
6
extern void ASleep_StartSystem(void);
7 months ago
7
extern bool ASleep(float delay, void **value);
7 months ago
8
extern void ASleep_StopSystem(void);
8 months ago
37
9
10
#endif
11