based-on-stm32-taxi-meter/Firmware/Core/apps/Inc/menu.h
2024-05-03 03:31:51 +08:00

19 lines
496 B
C

/**
******************************************************************************
* @文件名 : menu.h
* @作 者 : 小冯Sir
* @brief : None
* @注意 : None
* @日 期 : 24-4-28
******************************************************************************
*/
#ifndef APPS_CORE_APPS_INC_MENU_H_
#define APPS_CORE_APPS_INC_MENU_H_
#include "main.h"
void Staring_Menu();
void user_Menu();
#endif //APPS_CORE_APPS_INC_MENU_H_