feat: 适配新板卡蓝牙
This commit is contained in:
9
app/jj_blueteeth.h
Normal file
9
app/jj_blueteeth.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _JJ_BLUETEETH_H_
|
||||
#define _JJ_BLUETEETH_H_
|
||||
|
||||
#include "stdio.h"
|
||||
|
||||
void jj_bt_init();
|
||||
void jj_bt_run();
|
||||
void jj_bt_printf(const char *format, ...);
|
||||
#endif
|
||||
Reference in New Issue
Block a user