📄 bluetooth.c
字号:
#include <w77e58.h>
#include "global.h"
#include "io.h"
#include "serial.h"
#include "timer.h"
#include "bluetooth.h"
void BlueToothInit(void)
{
putstring1("\r\n");
putstring1("Blue Tooth Start:\r\n");
putstring1("PowerOn\r\n");
}
void BlueToothMain(void)
{
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -