Add cron functionality
This commit is contained in:
parent
c6165a3bcf
commit
6b40e88ecb
7 changed files with 866 additions and 15 deletions
|
@ -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
|
||||
/** @} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue