File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ void setup() {
3737#### Change default `SPI` instance pins
3838It is also possible to change the default pins used by the `SPI` instance using above API:
3939
40- [[/img/Warning-icon.png|alt="Warning"]] **Have to be called before `begin()`.**
40+ > [!WARNING]
41+ > **Have to be called before `begin()`.**
4142
4243* `void setMISO(uint32_t miso)`
4344* `void setMOSI(uint32_t mosi)`
@@ -48,7 +49,8 @@ It is also possible to change the default pins used by the `SPI` instance using
4849* `void setSCLK(PinName sclk)`
4950* `void setSSEL(PinName ssel)`
5051
51- **_Note 1_** Using `setSSEL()` allows to enable hardware CS pin management linked to the SPI peripheral.
52+ > [!NOTE]
53+ > Using `setSSEL()` allows to enable hardware CS pin management linked to the SPI peripheral.
5254
5355##### Example:
5456```C++
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ void SPIClass::end()
9797/* *
9898 * @brief Deprecated function.
9999 * Configure the bit order: MSB first or LSB first.
100- * @param _bitOrder : MSBFIRST or LSBFIRST
100+ * @param bitOrder : MSBFIRST or LSBFIRST
101101 */
102102void SPIClass::setBitOrder (BitOrder bitOrder)
103103{
You can’t perform that action at this time.
0 commit comments