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

📄 ap89021.h

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

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

//======Port Definition=============
#define PIN_APBUSY	PINA
#define PORT_APCTL	PORTC

#define AP_S1	0x01
#define AP_S2	0x02
#define	AP_S3	0x40
#define AP_SBT	0x80
#define AP_BUSY	0x80


//=========Functions====================
void apPlay(unsigned char num);
unsigned char apIsBusy();

#endif

⌨️ 快捷键说明

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