feat: 添加蓝牙通信

This commit is contained in:
2024-01-07 16:58:53 +08:00
parent 6bb5b9eaad
commit e93eb8127b
4 changed files with 65 additions and 6 deletions

10
app/jj_blueteeth.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef _JJ_BLUETEETH_H_
#define _JJ_BLUETEETH_H_
#include "zf_common_headfile.h"
#include "zf_driver_uart.h"
extern bool bt_rx_flag;
extern uint8 bt_buffer;
void jj_bt_init();
void jj_bt_run();
#endif