bluetooth.c
来自「这是用W77E58编写的控制GSM模块」· C语言 代码 · 共 26 行
C
26 行
#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 + =
减小字号Ctrl + -
显示快捷键?