tmk_keyboard/keyboard/hhkb_rn42/rn42/rn42_task.h

11 lines
138 B
C
Raw Normal View History

2014-07-17 09:59:22 +02:00
#ifndef RN42_TASK_H
#define RN42_TASK_H
#include <stdbool.h>
#include "rn42.h"
2014-07-18 19:33:23 +02:00
void rn42_task_init(void);
2014-07-17 09:59:22 +02:00
void rn42_task(void);
#endif