restructure folder
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
7
components/insa/include/common/Common.h
Normal file
7
components/insa/include/common/Common.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <functional>
|
||||
|
||||
enum class ButtonType { NONE, UP, DOWN, LEFT, RIGHT, SELECT, BACK };
|
||||
|
||||
typedef std::function<void(uint8_t, ButtonType)> ButtonCallback;
|
Reference in New Issue
Block a user