Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
fbalestrini committed Apr 20, 2023
1 parent c6455cd commit d8f2f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand 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||
|--|--|
Expand Down

0 comments on commit d8f2f18

Please sign in to comment.