refacturing compiles
This commit is contained in:
parent
6f51f5e962
commit
e4bc705f04
6 changed files with 149 additions and 110 deletions
11
src/winkeyer.h
Normal file
11
src/winkeyer.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#include "pico/util/queue.h"
|
||||
|
||||
class WinKeyer final
|
||||
{
|
||||
public:
|
||||
void run(queue_t &queue);
|
||||
|
||||
private:
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue