📄 volt.h
字号:
#ifndef _VOLT_H
#define _VOLT_H
#include <sys\ppsmtype.h>
#define LOW_BATTERY 0x20 // ???
#define BATTERY_FULL 0x80 // ???
#define BATTERY_PULSE_CHARGE 0x10 //???
extern void BatChargeEnable(void);
extern void BatChargeDisable(void);
extern void BatVoltChk(void);
extern U16 BatVoltRead(void);
extern U16 KeyVoltRead(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -