⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cost.h

📁 基于SPCE061A的出租车计价器
💻 H
字号:
#ifndef	__COST_h__
#define	__COST_h__
//	write your header here

extern unsigned int RES_CONSTVALUE_BIN_SA;

extern void Cost_Init(void);
extern void Cost_StartRunning(void);
extern void Cost_StopRunning(void);
extern void Cost_ClearCost(void);
extern unsigned int Cost_WTimeToMilege(void);
extern float Cost_GetCost(void);
extern float Cost_GetPrice(void);
extern unsigned long int Cost_GetWaitTime(void);
extern unsigned int Cost_WaitOrNot(void);
extern void Cost_ServiceLoop(void);


#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -