From d8f2f18f0c7673bf066980884d99658b24e3350e Mon Sep 17 00:00:00 2001 From: fbalestrini Date: Thu, 20 Apr 2023 14:18:38 +0200 Subject: [PATCH] Updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 090a68d..3dcc5ef 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Use this library to add new (software) UART ports, in addition to the hardware o The library adds the `soft_uart` section to the device configuration: ```javascript { - "port": // SOFT-SOFT-UART0 port settings + "port": // SOFT-UART0 port settings { "rx_gpio_pin": , // Default Rx pin "rx_gpio_pull_up": true, // True if Rx GPIO is pulled up @@ -48,7 +48,7 @@ UART configuration parameters. ```c bool mgos_soft_uart_configure(int uart_no, const struct mgos_soft_uart_config *cfg); ``` -Apply given [SOFT-UART configuration](#mgos_soft_uart_config). +Apply given [SOFT-UART configuration](#mgos_soft_uart_config). Returns `true` if success, otherwise `false`. |Parameter|| |--|--|