mirror of
https://github.com/jscrane/r65emu.git
synced 2025-03-13 10:38:39 +00:00
esp8266 + SpiRAM
This commit is contained in:
parent
d5945fa104
commit
68fb0f7d3f
@ -31,7 +31,9 @@ bool hardware_reset() {
|
||||
#if defined(USE_SPIRAM)
|
||||
extern SPIClass SPIRAM_DEV;
|
||||
SPIRAM_DEV.begin();
|
||||
#if defined(SPIRAM_SPI)
|
||||
SPIRAM_DEV.setModule(SPIRAM_SPI);
|
||||
#endif
|
||||
SPIRAM_DEV.setClockDivider(1);
|
||||
SPIRAM_DEV.setDataMode(SPI_MODE0);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user