?? led.h
字號:
/******************************************************************************
* File Name: led.h *
* Create Time: 2007/7/14 *
* Description: 控制led的相關功能 *
* Copyright : *
* History : *
* |---Data---|---Author---|--Version--|--------------Description-------------|
*****************************************************************************/
#ifndef _LED_ /* Performed as a on-off, to avoid the header */
#define _LED_ /* file being included more than once */
/******************************
* Head File *
*****************************/
#include"at89x52.h"
/******************************
* Macros Segment *
*****************************/
#define uchar unsigned char
/******************************
* Function Declaration *
*****************************/
void ledScan(void); //數碼管進行掃描
void DisPrint(long content);//將數碼管的顯示內容放入數據緩沖區
#endif
/*******************************************************************************
* The end of the entire file *
******************************************************************************/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -