📄 ap89021.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 + -