mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
esp8266/modpybuart: allow setting baudrate and other params
This commit is contained in:
@@ -96,5 +96,6 @@ int uart_rx_char(void);
|
||||
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);
|
||||
|
||||
#endif // _INCLUDED_UART_H_
|
||||
|
||||
Reference in New Issue
Block a user