demoqe128_quick_start.h
来自「包函四个ucos--ii在飞思卡尔的MCF51QE128开发板上的应用范例」· C头文件 代码 · 共 42 行
H
42 行
/*
** #################################################################################
**
** Filename : DEMOQE128_Quick_Start.h
**
** Version : 0.2
**
** Compiler : Freescale CodeWarrior C Compiler
**
** Date : May 21, 2007
**
**##################################################################################
**
** Copyright (C) 2007, P&E Microcomputer Systems, Inc.
**
** Code in the Quick Start C file may be used freely as long as this copyright
** notice and website information are included.
**
** Visit us at http://www.pemicro.com
**
** for programming, development, test, and production tools.
**
** #################################################################################
*/
#ifndef _DEMOQE128_Quick_Start_H
#define _DEMOQE128_Quick_Start_H
#define yes 1
#define no 0
// RAM variables
#pragma DATA_SEG _DATA_ZEROPAGE
// static variables for the Button manipulation
static byte some_key_pressed;
static byte key_press_debounced;
#pragma DATA_SEG DEFAULT
#endif //end #ifndef _DEMOQE128_Quick_Start_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?