📄 demoqe128_quick_start.h
字号:
/*
** #################################################################################
**
** 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -