Small syntax fix in UART documentation
This commit is contained in:
parent
c0f1e028a6
commit
9c9237ef5a
|
@ -14,9 +14,10 @@ Change UART pin assignment.
|
|||
`uart.alt(on)`
|
||||
|
||||
#### Parameters
|
||||
`on`:
|
||||
- `0` use standard pins
|
||||
- `1` use alternate pins GPIO13 and GPIO15
|
||||
`on`
|
||||
|
||||
- 0 for standard pins
|
||||
- 1 to use alternate pins GPIO13 and GPIO15
|
||||
|
||||
#### Returns
|
||||
`nil`
|
||||
|
|
Loading…
Reference in New Issue