Skip to content

Commit 8a01b92

Browse files
committed
doc(spi): update README.md
Signed-off-by: Frederic Pillon <[email protected]>
1 parent aa5abaa commit 8a01b92

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

libraries/SPI/README.md

+4-2
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)