This commit is contained in:
Glz
2024-03-03 16:27:16 +08:00
52 changed files with 2635 additions and 536 deletions

View File

@@ -1,18 +1,9 @@
#ifndef _JJ_BLUETEETH_H_
#define _JJ_BLUETEETH_H_
#include "stdio.h"
#include "zf_driver_uart.h"
extern bool bt_rx_flag;
extern bool bt_run_flag;
extern bool bt_flow_flag;
extern uint8_t bt_buffer;
extern uint32_t bt_run;
extern uint32_t bt_flow;
extern float bt_angle;
#include "stdio.h"
void jj_bt_init();
void jj_bt_run();
void bt_printf(const char *format, ...);
void jj_bt_printf(const char *format, ...);
#endif