[wip] controllers and display
This commit is contained in:
15
firmware/shared_libs/controllers/ctrl_channel_button.h
Normal file
15
firmware/shared_libs/controllers/ctrl_channel_button.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
typedef enum
|
||||
{
|
||||
BTN_CH_1,
|
||||
BTN_CH_2,
|
||||
BTN_CH_3,
|
||||
BTN_CH_4,
|
||||
BTN_CH_5,
|
||||
BTN_CH_6,
|
||||
BTN_CH_MAX,
|
||||
} HW_chanBtnName_t;
|
||||
|
||||
void CTRL_channelButtonInit(void);
|
||||
void CTRL_channelButtonsHandler(void);
|
||||
Reference in New Issue
Block a user