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.
2 parents 10e4859 + 1049246 commit a88ffd4Copy full SHA for a88ffd4
libraries/MySensors/utility/SPIFlash.cpp
@@ -56,6 +56,7 @@ void SPIFlash::unselect() {
56
/// setup SPI, read device ID etc...
57
boolean SPIFlash::initialize()
58
{
59
+ SPI.begin();
60
_SPCR = SPCR;
61
_SPSR = SPSR;
62
pinMode(_slaveSelectPin, OUTPUT);
0 commit comments