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

📄 isdtask.h

📁 加速度采集器。基于ATMega16L.AVRSTUIDIO4
💻 H
字号:
#ifndef ISD_TASK_H
#define ISD_TASK_H

#include <iom16v.h>
#include <macros.h>


#define PORTISD PORTC
#define PINISD 	PINC
#define ISDPLAY 	0x01
#define ISDFWD		0x02
#define ISDRESET	0x40
#define ISDRDY		0x80

#define ISDDELAY	3 	// *0.01s

void isdTaskInit();
void isdTask();
unsigned char isdBusy();

#endif

⌨️ 快捷键说明

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