📄 rfid_lcdmenu.h
字号:
// $Id: rfid_LCDMenu.h,v 1.1 2006/09/25 22:08:15 tprescott Exp $
/*****************************************************
Project : rfid_LCDMenu.h
Date : 9/08/2006
Author : Toby Prescott
Company : Atmel
Comments: AVR Studio GCC
Revisions:
v1.0 - Started written for CodeVision
v2.6 - Clean for WinAVR
*****************************************************/
#ifndef RFIDLCDMENU_H__
#define RFIDLCDMENU_H__
#include <avr/io.h>
#include <avr/pgmspace.h>
#include <avr/eeprom.h>
#include <string.h>
#include <stdlib.h>
#include "atml_Lcd.h"
#include "rfid_UserIO.h"
#include "rfid_Sound.h"
// Declare your global function prototypes here
void LCDMenu_Display(void);
// Declare your global variables (extern) here
extern unsigned char test PROGMEM;
// Declare your global definitions here
/*---------------------------------------------------------------------------*/
#endif // RFIDLCDMENU_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -