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 a2143b5 commit 44397e6Copy full SHA for 44397e6
hil-test/tests/spi_full_duplex.rs
@@ -2,8 +2,8 @@
2
//!
3
//! Folowing pins are used:
4
//! SCLK GPIO0
5
-//! MISO GPIO2(esp32s2) / GPIO9(esp32s3) / GPIO26(esp32)
6
-//! MOSI GPIO3 / GPIO10 / GPIO27 (esp32s2 / esp32s3 / esp32)
+//! MISO GPIO2 / GPIO9 (esp32s2 / esp32s3) / GPIO26 (esp32)
+//! MOSI GPIO3 / GPIO10 (esp32s2 / esp32s3) / GPIO27 (esp32)
7
8
//! Connect MISO and MOSI pins.
9
0 commit comments