File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ void setup() {
42
42
#### Change default `SPI` instance pins
43
43
It is also possible to change the default pins used by the `SPI` instance using above API:
44
44
45
- [[/img/Warning-icon.png|alt="Warning"]] **Have to be called before `begin()`.**
45
+ > [!WARNING]
46
+ > **Have to be called before `begin()`.**
46
47
47
48
* `void setMISO(uint32_t miso)`
48
49
* `void setMOSI(uint32_t mosi)`
@@ -53,7 +54,8 @@ It is also possible to change the default pins used by the `SPI` instance using
53
54
* `void setSCLK(PinName sclk)`
54
55
* `void setSSEL(PinName ssel)`
55
56
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.
57
59
58
60
##### Example:
59
61
```C++
You can’t perform that action at this time.
0 commit comments