Add rn42_task

This commit is contained in:
tmk
2014-07-17 16:59:22 +09:00
parent fa545c87f7
commit b4e4f599df
7 changed files with 300 additions and 269 deletions

View File

@@ -0,0 +1,9 @@
#ifndef RN42_TASK_H
#define RN42_TASK_H
#include <stdbool.h>
#include "rn42.h"
void rn42_task(void);
#endif