File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ Ensure the library works with this simple test.
10
10
Second USB
11
11
----------
12
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 `.
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 `.
15
15
16
- Example " boot.py" :
16
+ Example `` boot.py `` :
17
17
18
18
.. code-block :: python
19
19
@@ -22,7 +22,7 @@ Example "boot.py":
22
22
# Enable console and data
23
23
usb_cdc.enable(console = True , data = True )
24
24
25
- Example " code.py" :
25
+ Example `` code.py `` :
26
26
27
27
.. literalinclude :: ../examples/prompt_toolkit_second_cdc.py
28
28
:caption: examples/prompt_toolkit_second_cdc.py
You can’t perform that action at this time.
0 commit comments