[wip] controllers and display
This commit is contained in:
14
firmware/shared_libs/controllers/ctrl_bottom_button.h
Normal file
14
firmware/shared_libs/controllers/ctrl_bottom_button.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
typedef enum
|
||||
{
|
||||
BTN_BOT_1,
|
||||
BTN_BOT_2,
|
||||
BTN_BOT_3,
|
||||
BTN_BOT_4,
|
||||
BTN_BOT_5,
|
||||
BTN_BOT_MAX,
|
||||
} HW_BotBtnName_t;
|
||||
|
||||
void CTRL_bottomButtonInit(void);
|
||||
void CTRL_bottomButtonsHandler(void);
|
||||
Reference in New Issue
Block a user