Add support of HSPI on ESP32 #177
Labels
enhancement
An enhancement to the library's function is proposed
feature request
This is a feature request
mid priority
This is a mid-priority item and will be actioned in the near future
Milestone
In defines.h, SPIFlash.h and SPIFlash.cpp should be added
|| defined(__XTENSA__)
to the lineif defined (ARDUINO_ARCH_SAMD) || defined(ARCH_STM32)
. So it becomes possible to use HSPI on ESP32SPIFlash flash(15, new SPIClass(HSPI))
The text was updated successfully, but these errors were encountered: