A59项目初版工程 1.电压+光感adc采样优化 2.串口逻辑优化
This commit is contained in:
13
lib/bt/fsc_bt/console.h
Normal file
13
lib/bt/fsc_bt/console.h
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
#ifndef __CONSOLE_H__
|
||||
#define __CONSOLE_H__
|
||||
|
||||
typedef void (* bt_at_callback)(char * cAtStr);
|
||||
|
||||
int console_init(bt_at_callback cb);
|
||||
void console_register_cb(void *ctx, bt_at_callback cb);
|
||||
int console_send_atcmd(char * cAtCmd, unsigned short length);
|
||||
int console_deinit(void);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user