feat: 添加蓝牙通信
This commit is contained in:
10
app/jj_blueteeth.h
Normal file
10
app/jj_blueteeth.h
Normal 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
|
||||
Reference in New Issue
Block a user