Skip to content

Commit d8f2f18

Browse files
committed
Updated
1 parent c6455cd commit d8f2f18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Use this library to add new (software) UART ports, in addition to the hardware o
1313
The library adds the `soft_uart` section to the device configuration:
1414
```javascript
1515
{
16-
"port": // SOFT-SOFT-UART0 port settings
16+
"port": // SOFT-UART0 port settings
1717
{
1818
"rx_gpio_pin": , // Default Rx pin
1919
"rx_gpio_pull_up": true, // True if Rx GPIO is pulled up
@@ -48,7 +48,7 @@ UART configuration parameters.
4848
```c
4949
bool mgos_soft_uart_configure(int uart_no, const struct mgos_soft_uart_config *cfg);
5050
```
51-
Apply given [SOFT-UART configuration](#mgos_soft_uart_config).
51+
Apply given [SOFT-UART configuration](#mgos_soft_uart_config). Returns `true` if success, otherwise `false`.
5252
5353
|Parameter||
5454
|--|--|

0 commit comments

Comments
 (0)