📄 buttons.h
字号:
//*****************************************************************************
//
// File........: Buttons.h
//
// Author(s)...: ATMEL Norway
//
// Target(s)...: ATmega169
//
// Description.: Defines and prototypes for Buttons.c
//
// Revisions...: 1.0
//
// YYYYMMDD - VER. - COMMENT - SIGN.
//
// 20021015 - 1.0 - File created - LHM
//
//*****************************************************************************
// Definitions
#define Button1 0x80
#define Button2 0x40
#define Button3 0x20
// Functions
void CheckButtons(void); //function to check the status of the buttons on STK500
void Execute(unsigned char);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -