mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
stm32/powerctrl: Disable WB55 BLE before entering deepsleep.
Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>
This commit is contained in:
committed by
Damien George
parent
2eca86e8fa
commit
c551723914
@@ -33,6 +33,7 @@ typedef void (*rfcore_ble_msg_callback_t)(void *, const uint8_t *, size_t);
|
||||
void rfcore_init(void);
|
||||
|
||||
void rfcore_ble_init(void);
|
||||
bool rfcore_ble_reset(void);
|
||||
void rfcore_ble_hci_cmd(size_t len, const uint8_t *src);
|
||||
size_t rfcore_ble_check_msg(rfcore_ble_msg_callback_t cb, void *env);
|
||||
void rfcore_ble_set_txpower(uint8_t level);
|
||||
|
||||
Reference in New Issue
Block a user