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

📄 carinit.h

📁 本次设计的自动往返电动小汽车
💻 H
字号:
// car_init.h
// 8/1/2005 written by MrLiu
//
#define  	JULI	1.356*qcnt         //1.356为车轮周长

// function prototype :
void port_init         (void);
void timer0_init       (void);
void timer0_ovf_isr    (void);
void timer1_init	   (void);
void int0_isr		   (void);
void int1_isr		   (void);
void init_devices	   (void);
void shifth			   (void);
void stop			   (void);
void shiftl			   (void);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -