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 eb23a17 commit a0b634fCopy full SHA for a0b634f
docs/examples.rst
@@ -10,10 +10,10 @@ Ensure the library works with this simple test.
10
Second USB
11
----------
12
13
-Use the library over a second USB CDC serial connection. `boot.py` must include
14
-`usb_cdc.enable(console=True, data=True)`. `console` can be `False`.
+Use the library over a second USB CDC serial connection. ``boot.py`` must include
+``usb_cdc.enable(console=True, data=True)``. ``console`` can be `False`.
15
16
-Example "boot.py":
+Example ``boot.py``:
17
18
.. code-block:: python
19
@@ -22,7 +22,7 @@ Example "boot.py":
22
# Enable console and data
23
usb_cdc.enable(console=True, data=True)
24
25
-Example "code.py":
+Example ``code.py``:
26
27
.. literalinclude:: ../examples/prompt_toolkit_second_cdc.py
28
:caption: examples/prompt_toolkit_second_cdc.py
0 commit comments