#ifndef ASLEEP_H
#define ASLEEP_H
#include <stdbool.h>
#include "task.h"

void ASleep_StartSystem();
bool ASleep(float delay, void **value);
void ASleep_StopSystem();

#endif
