From 9c9237ef5a48f7736e48d578507883326f4f2ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Mon, 16 May 2016 22:25:07 +0200 Subject: [PATCH] Small syntax fix in UART documentation --- docs/en/modules/uart.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/en/modules/uart.md b/docs/en/modules/uart.md index 2c449b73..41de4baa 100644 --- a/docs/en/modules/uart.md +++ b/docs/en/modules/uart.md @@ -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`