Merge branch 'master' of http://git.brisky.space:441/btl143/firmware_clover
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user