test IMU output
This commit is contained in:
parent
720435b6e8
commit
9c33257a3b
18 changed files with 1102 additions and 251 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include "queue.h"
|
||||
#include "message.h"
|
||||
#include "logic.h"
|
||||
|
||||
#undef INCLUDE_INPUT_DEBUG
|
||||
#undef IGNORE_INPUT_SCAN
|
||||
|
|
@ -31,10 +32,10 @@ typedef struct input_dev {
|
|||
|
||||
volatile uint32_t crtl_flags;
|
||||
|
||||
queue_t *queue;
|
||||
|
||||
ev_input_filter_t ev_input_filter_fn;
|
||||
|
||||
logic_t *logic;
|
||||
|
||||
} input_dev_t;
|
||||
|
||||
void *input_dev_thread_func(void *ptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue