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

Commitd05c68f

Browse files
committed
doc(spi): update README.md
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent3fcbe48 commitd05c68f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎libraries/SPI/README.md‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ void setup() {
4242
#### Change default `SPI` instance pins
4343
It is also possible to change the default pins used by the `SPI` instance using above API:
4444
45-
[[/img/Warning-icon.png|alt="Warning"]] **Have to be called before `begin()`.**
45+
> [!WARNING]
46+
> **Have to be called before `begin()`.**
4647
4748
* `void setMISO(uint32_t miso)`
4849
* `void setMOSI(uint32_t mosi)`
@@ -53,7 +54,8 @@ It is also possible to change the default pins used by the `SPI` instance using
5354
* `void setSCLK(PinName sclk)`
5455
* `void setSSEL(PinName ssel)`
5556
56-
**_Note 1_** Using `setSSEL()` allows to enable hardware CS pin management linked to the SPI peripheral.
57+
> [!NOTE]
58+
> Using `setSSEL()` allows to enable hardware CS pin management linked to the SPI peripheral.
5759
5860
##### Example:
5961
```C++

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp