800*320工程文件+初始demo提交
This commit is contained in:
10
SW/examples/common/btdm/controller.h
Normal file
10
SW/examples/common/btdm/controller.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef __CONTROLLER_H__
|
||||
#define __CONTROLLER_H__
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
bool controller_start(uint32_t baudrate, const uint8_t *ble_addr, const uint8_t *bt_addr, uint32_t src_addr);
|
||||
|
||||
#endif // __CONTROLLER_H__
|
||||
|
Reference in New Issue
Block a user