systimer.h
来自「Procyon方案(手工制作的MP3播放器电路及资料)」· C头文件 代码 · 共 27 行
H
27 行
//*****************************************************************
//
// 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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?