Update SPI_Multiple_Buses.ino

This commit is contained in:
me-no-dev
2020-05-12 01:26:40 +03:00
parent 5d7032d4f2
commit 0e3994c966

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