Closed pborges closed 7 years ago
The example code in SPIFlash_ReadWrite.ino does not seem to work unless you add SPI.begin() before flash.initialize(). I noticed this when the "node" example from the RFM69 library worked but this example did not.
Cannot reproduce on R4-R6 with FLASH-MEM and with/without radios.
The example code in SPIFlash_ReadWrite.ino does not seem to work unless you add SPI.begin() before flash.initialize(). I noticed this when the "node" example from the RFM69 library worked but this example did not.