📄 voice.h
字号:
#ifndef _VOICE_H_
#define _VOICE_H_
#include "typedef.h"
void vocInit(void);
void vocTime(void);
void vocStopAll(void);
BIT vocIsAlarming(void);
void vocAlarm(void);
void vocTempe(TEMPE * pT, BIT bConvertToF);
void vocSendUInt(BYTE a);
void vocSendString(char* str);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -