📄 atml_message.h
字号:
// $Id: atml_Message.h,v 1.2 2006/10/12 14:20:37 tprescott Exp $
/*****************************************************
Project : atml_Message.h
Date : 9/18/2006
Author : Toby Prescott
Company : Atmel
Comments: AVR Studio GCC
Revisions:
v1.0 - Started written for CodeVision
v2.6 - Clean for WinAVR
*****************************************************/
#ifndef ATMLMESSAGE_H__
#define ATMLMESSAGE_H__
#include <avr/io.h>
#include <string.h>
#include <stdlib.h>
#include <avr/pgmspace.h>
#include "atml_Lcd.h"
#include "rfid_Timers.h"
// Declare your global function prototypes here
void message_Start(const char *sChar_P);
void message_Stop(void);
void message_1sDisplay(const char *sChar_P);
// Declare your global variables (extern) here
// Declare your global definitions here
/*---------------------------------------------------------------------------*/
#endif // ATMLMESSAGE_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -