Add cron functionality

This commit is contained in:
Ralf Schlatterbeck 2016-02-26 17:30:16 +01:00
parent c6165a3bcf
commit 6b40e88ecb
7 changed files with 866 additions and 15 deletions

View file

@ -16,13 +16,17 @@
#ifndef time_resource_h
#define time_resource_h
#include <assert.h>
#include "contiki.h"
#include "rest-engine.h"
extern resource_t res_timestamp;
extern resource_t res_timezone;
extern resource_t res_crontab;
extern resource_t res_localtime;
extern resource_t res_utc;
extern void activate_cron_resources (void);
#endif // time_resource_h
/** @} */