14 lines
321 B
C
14 lines
321 B
C
#ifndef _JJ_BLUETEETH_H_
|
|
#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 uint32_t bt_run_flag;
|
|
extern float bt_angle;
|
|
void jj_bt_init();
|
|
void jj_bt_run();
|
|
void bt_printf(const char *format, ...);
|
|
#endif |