9 lines
166 B
C
9 lines
166 B
C
#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 |