Skip to content

Commit 8a3ee1d

Browse files
committed
update 10000
1 parent be3d38c commit 8a3ee1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hil-test/tests/spi_full_duplex.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
//!
33
//! Folowing pins are used:
44
//! SCLK GPIO0
5-
//! MISO GPIO2(esp32s2) / GPIO9(esp32s3) / GPIO26(esp32)
6-
//! MOSI GPIO3 / GPIO10 / GPIO27 (esp32s2 / esp32s3 / esp32)
5+
//! MISO GPIO2 / GPIO9 (esp32s2 / esp32s3) / GPIO26 (esp32)
6+
//! MOSI GPIO3 / GPIO10 (esp32s2 / esp32s3) / GPIO27 (esp32)
77
//!
88
//! Connect MISO and MOSI pins.
99

0 commit comments

Comments
 (0)