?? timer.h
字號:
/************************************************************************************************ * Project: generic * Author: Christian Ulrich
* Contact: christian at ullihome dot de
* * Creation Date: 2007-03-22 * Copyright: (c) 2007 by Christian Ulrich * License: GPLv2 ***********************************************************************************************/
#ifndef __timer_h_included__#define __timer_h_included__
#define TIMER_overflowed() TIMER_timeout==0
extern volatile uint8_t TIMER_timeout;
void TIMER_start(uint8_t timeout);void TIMER_delay(uint8_t timeout);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -