freescale

来自「Freescale 系列单片机常用模块与综合系统设计」· 代码 · 共 24 行

TXT
24
字号
#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 + =
减小字号Ctrl + -
显示快捷键?