We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe011d commit 6bdd285Copy full SHA for 6bdd285
src/sfe_bus.cpp
@@ -251,7 +251,7 @@ bool SfeSPI::init(uint8_t cs, bool bInit)
251
{
252
253
//If the transaction settings are not provided by the user they are built here.
254
- SPISettings spiSettings = SPISettings(3000000, LSBFIRST, SPI_MODE3);
+ SPISettings spiSettings = SPISettings(3000000, MSBFIRST, SPI_MODE3);
255
256
//In addition of the port is not provided by the user, it defaults to SPI here.
257
return init(SPI, spiSettings, cs, bInit);
0 commit comments