Update SPI_Multiple_Buses.ino

This commit is contained in:
me-no-dev
2020-05-12 01:26:40 +03:00
parent a0b8025ad8
commit d349cdc08f

View File

@ -39,6 +39,10 @@
#define HSPI_SS 15
#endif
#if CONFIG_IDF_TARGET_ESP32S2
#define VSPI FSPI
#endif
static const int spiClk = 1000000; // 1 MHz
//uninitalised pointers to SPI objects