1
0
Fork 0

hhkb: Integrate RN-42 support, remove hhkb_rn42

This commit is contained in:
tmk 2015-01-16 10:21:18 +09:00
parent ce66988650
commit 099701dd31
32 changed files with 69 additions and 1004 deletions

View file

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