feat: 适配新板卡蓝牙

This commit is contained in:
2024-01-31 17:55:16 +08:00
parent bd9ea4b09e
commit 27c50ceea8
3 changed files with 58 additions and 3 deletions

9
app/jj_blueteeth.h Normal file
View 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