We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deddf55 commit 0f04c61Copy full SHA for 0f04c61
content/components/uart.md
@@ -65,6 +65,9 @@ uart:
65
Use of this setting enables half-duplex mode. Use the full pin schema and set `inverted: true` to invert logic levels.
66
67
- **port** (*Optional*, string): Host platform only. Unix style name of the port to use.
68
+
69
+- **hardware_uart** (*Optional*, string): NRF52 platform only. Port to be used `USB_CDC` or `USB_CDC1`.
70
71
- **rx_buffer_size** (*Optional*, int): The size of the buffer used for receiving UART messages. Increase if you use an
72
integration that needs to read big payloads from UART. Defaults to `256`.
73
0 commit comments