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

📄 freescale

📁 Freescale 系列单片机常用模块与综合系统设计
💻
字号:
#ifndef __TAXIMETER_H__
#define __TAXIMETER_H__

#ifdef __TAXIMETER_C__
#define EXT
#else
#define EXT extern
#endif

#include <hidef.h>
//#include "jl3.h"
#include <stdtypes.h>

#include "taxi_config.h"
#include "taxi_tables.h"
#include "taxi_messages.h"
#include "taxi_variables.h"
#include "taxi_api.h"
#include "taxi_flash.h"
#include "taxi_states.h" 
#include "IO_Map.h"

#endif // __TAXIMETER_H__

⌨️ 快捷键说明

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