feat: 完成控制代码编写
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
#define _JJ_BLUETEETH_H_
|
||||
#include "stdio.h"
|
||||
#include "zf_driver_uart.h"
|
||||
|
||||
extern bool bt_rx_flag;
|
||||
extern uint8_t bt_buffer;
|
||||
extern uint32_t bt_fly;
|
||||
extern uint8 bt_buffer; // 接收字符存入
|
||||
extern uint32_t bt_run_flag;
|
||||
extern float bt_angle;
|
||||
extern uint8_t bt_fly_flag;
|
||||
extern uint32_t bt_run;
|
||||
extern uint32_t bt_fly;
|
||||
void jj_bt_init();
|
||||
void jj_bt_run();
|
||||
void bt_printf(const char *format, ...);
|
||||
|
||||
Reference in New Issue
Block a user