shuichan_old/V1.5/STM32F103_App1/HardWare/USER_CMD/ble_at.h

11 lines
263 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef BLE_AT_H
#define BLE_AT_H
/* HLK-B40 蓝牙模块 AT 配置PB0(开漏) 控制 PC5 进 AT 模式,
* 上电把蓝牙名称设置为 main.h 的 BLE_NAME 宏,多台设备可区分 */
void ble_at_init(void);
void ble_setup_name(void);
void ble_force_setup(void);
#endif /* BLE_AT_H */