⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 systimer.h

📁 Procyon方案(手工制作的MP3播放器电路及资料)
💻 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 + -