feat 更新角度闭环相关功能
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
#ifndef _JJ_BLUETEETH_H_
|
||||
#define _JJ_BLUETEETH_H_
|
||||
#include "zf_common_headfile.h"
|
||||
#include "stdio.h"
|
||||
#include "zf_driver_uart.h"
|
||||
extern bool bt_rx_flag;
|
||||
extern uint8 bt_buffer;
|
||||
extern uint8_t bt_buffer;
|
||||
extern uint32_t bt_fly;
|
||||
extern uint32_t bt_run_flag;
|
||||
extern float bt_angle;
|
||||
void jj_bt_init();
|
||||
void jj_bt_run();
|
||||
|
||||
void bt_printf(const char *format, ...);
|
||||
#endif
|
||||
Reference in New Issue
Block a user