mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
esp8266/uart: Add support for polling uart device.
This commit is contained in:
committed by
Damien George
parent
90ab191b65
commit
91eb0153d3
@@ -99,5 +99,8 @@ void uart_tx_one_char(uint8 uart, uint8 TxChar);
|
||||
void uart_flush(uint8 uart);
|
||||
void uart_os_config(int uart);
|
||||
void uart_setup(uint8 uart);
|
||||
// check status of rx/tx
|
||||
int uart_rx_any(uint8 uart);
|
||||
int uart_tx_any_room(uint8 uart);
|
||||
|
||||
#endif // _INCLUDED_UART_H_
|
||||
|
||||
Reference in New Issue
Block a user