?? app.h
字號:
//***************************************************************
// File Name : Gpio.c
// Author : Steaven
// Created : 2008-06-09
// Modified :
// Revision : V0.0
//***************************************************************
//macro definition
#define false 0
#define true 1
//global function(s) declaration
void Hardware_Init(void);
INT8U Get_Key0(void);
INT8U Get_Key1(void);
INT8U Get_Key2(void);
INT8U Get_Key3(void);
void Buzzer_ON(void);
void Buzzer_OFF(void);
//=========================END OF FILE=========================//
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -