We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b4583 commit 54c06aaCopy full SHA for 54c06aa
docs/example.rst
@@ -144,10 +144,10 @@ You can configure the extension header mode with the following methods::
144
145
>>> codebug = codebug_tether.CodeBug()
146
147
- >>> codebug.config_extension_spi() # configure extension as SPI
148
- >>> codebug.config_extension_i2c() # configure extension as I2C
+ >>> codebug.config_extension_spi() # configure extension as SPI
+ >>> codebug.config_extension_i2c() # configure extension as I2C
149
>>> codebug.config_extension_uart() # configure extension as UART
150
- >>> codebug.config_extension_io() # reset extension as normal I/O
+ >>> codebug.config_extension_io() # reset extension as normal I/O
151
152
SPI
153
---
0 commit comments