diff --git a/docs/uart.md b/docs/uart.md index a7dca7963a80..d525d444dda3 100644 --- a/docs/uart.md +++ b/docs/uart.md @@ -53,7 +53,7 @@ API Documentation `void init(UARTOptions options);` The `options` object lets you choose the UART device/port you would like to -initialize. This can either be "tty0" or "tty1". +initialize. The Arduino 101, for example, should be "tty0". ### UART.write