📄 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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -