rfid_sleep.h
来自「找的一个用U2270B开发的射频卡项目文件」· C头文件 代码 · 共 36 行
H
36 行
// $Id: rfid_Sleep.h,v 1.3 2006/10/18 18:15:12 tprescott Exp $
/*****************************************************
Project : rfid_Sleep.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 RFIDSLEEP_H__
#define RFIDSLEEP_H__
// List your includes
#include <avr/io.h>
#include <avr/interrupt.h>
#include "atml_Lcd.h"
#include "rfid_U2270.h"
// Declare your global function prototypes here
void slp_RecoverSleep(void);
void slp_EnterSleep(void);
// Declare your global variables (extern) here
// Declare your global definitions here
#define PWRDETECT128 0x20
#define PWRDETECT1287 0x80
/*---------------------------------------------------------------------------*/
#endif // RFIDSLEEP_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?