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 94bda9b commit 3cb23d5Copy full SHA for 3cb23d5
content/components/spi.md
@@ -154,7 +154,7 @@ spi_device:
154
155
- **bit_order** (*Optional*): Set the bit order - choose one of `msb_first` (default) or `lsb_first`.
156
- **cs_pin** (*Optional*, [Pin Schema](/guides/configuration-types#pin-schema)): The CS pin.
157
-- **release_device** (*Optional*, boolean): For ESP-IDF, release the bus device between transactions. Default isk
+- **release_device** (*Optional*, boolean): For ESP-IDF, release the bus device between transactions. The default is
158
`False`. Setting this to `True` will enable more than 6 devices to be connected to hardware SPI buses.
159
160
- **interface** (*Optional*): Controls which hardware or software SPI implementation should be used.
0 commit comments