?? delays.h
字號(hào):
/*****************************************************************************
*
* File: delays.h
*
* Copyright S. Brennen Ball, 2007
*
* The author provides no guarantees, warantees, or promises, implied or
* otherwise. By using this software you agree to indemnify the author
* of any damages incurred by using it.
*
*****************************************************************************/
#ifndef _DELAY_H_
#define _DELAY_H_
//delay functions
void DelayUS(unsigned long microseconds);
void DelayMS(unsigned long milliseconds);
void DelayS(unsigned long seconds);
#endif //_DELAY_H_
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -