#ifndef __SLEEPTIMER_H
#define __SLEEPTIMER_H
#include "actions.h"
#include <stdbool.h>
bool sleeptimer(unsigned long seconds, actionCallback callback);
#endif