File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ void setup() {
4242#### Change default `SPI` instance pins
4343It 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++
You can’t perform that action at this time.
0 commit comments