Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit47246c9

Browse files
committed
fix(spi): MISO/MOSI inverted
introduced with#2549Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parentf05c640 commit47246c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎libraries/SPI/src/SPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class SPISettings {
8484

8585
classSPIClass {
8686
public:
87-
SPIClass(uint32_t mosi =MISO,uint32_t miso =MOSI,uint32_t sclk = SCK,uint32_t ssel = PNUM_NOT_DEFINED);
87+
SPIClass(uint32_t mosi =MOSI,uint32_t miso =MISO,uint32_t sclk = SCK,uint32_t ssel = PNUM_NOT_DEFINED);
8888

8989
// setMISO/MOSI/SCLK/SSEL have to be called before begin()
9090
voidsetMISO(uint32_t miso)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp