8000 extmod/mpbthci.h: Add mp_bluetooth_hci_uart_any prototype. · theidealist/micropython@80f2c79 · GitHub
[go: up one dir, main page]

Skip to content

Commit 80f2c79

Browse files
iabdalkaderdpgeorge
authored andcommitted
extmod/mpbthci.h: Add mp_bluetooth_hci_uart_any prototype.
This allows drivers to use mpbthciport functions to read/write/poll UART.
1 parent 6e39f2c commit 80f2c79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extmod/mpbthci.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ int mp_bluetooth_hci_controller_wakeup(void);
4545
int mp_bluetooth_hci_uart_init(uint32_t port, uint32_t baudrate);
4646
int mp_bluetooth_hci_uart_deinit(void);
4747
int mp_bluetooth_hci_uart_set_baudrate(uint32_t baudrate);
48+
int mp_bluetooth_hci_uart_any(void);
4849
int mp_bluetooth_hci_uart_readchar(void);
4950
int mp_bluetooth_hci_uart_write(const uint8_t *buf, size_t len);
5051

0 commit comments

Comments
 (0)
0