steering-wheel-stm/Core/Inc/user_inputs.h

13 lines
258 B
C
Raw Normal View History

2022-05-28 02:00:50 +02:00
#ifndef __FT_USER_INPUTS_H
#define __FT_USER_INPUTS_H
#include "events.h"
2022-05-29 00:47:46 +02:00
2022-05-28 02:00:50 +02:00
#include "stm32g4xx_hal.h"
2022-05-29 00:47:46 +02:00
void handle_button_press(const ButtonPressEvent* ev);
2022-05-28 02:00:50 +02:00
2022-05-29 00:47:46 +02:00
void handle_button_press_mission_select(const ButtonPressEvent* ev);
2022-05-28 02:00:50 +02:00
2022-05-29 00:47:46 +02:00
#endif // __FT_USER_INPUTS_H