This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
2014-07-17 07:59:22 +00:00
|
|
|
#ifndef RN42_TASK_H
|
|
|
|
#define RN42_TASK_H
|
|
|
|
|
|
|
|
#include <stdbool.h>
|
|
|
|
#include "rn42.h"
|
|
|
|
|
2014-07-18 17:33:23 +00:00
|
|
|
void rn42_task_init(void);
|
2014-07-17 07:59:22 +00:00
|
|
|
void rn42_task(void);
|
|
|
|
|
|
|
|
#endif
|