based-on-stm32-taxi-meter/Firmware/Core/apps/Inc/menu.h

22 lines
546 B
C
Raw Normal View History

2024-05-02 14:47:26 +08:00
/**
******************************************************************************
* @ : 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();
2024-05-04 05:18:41 +08:00
void changePriceMenu();
uint8_t getChangeFlag();
2024-05-03 03:31:51 +08:00
2024-05-02 14:47:26 +08:00
#endif //APPS_CORE_APPS_INC_MENU_H_