?? systimer.h
字號:
//*****************************************************************
//
// File Name : 'systimer.h'
// Title : Procyon MP3 player system timer code
// Author : Pascal Stang
// Date : 11/22/2000
// Version : 0.1
// Target MCU : ATmega103
// Editor Tabs : 3
//
//*****************************************************************
#ifndef SYSTIMER_H
#define SYSTIMER_H
#include "global.h"
/* constants/macros */
/* prototypes */
void timerPause(unsigned int pausetime);
void timerInit0(void);
void delay(unsigned short us);
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -