mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-06 02:27:33 +00:00
Updated SPI for ESP32
This commit is contained in:
@@ -9,7 +9,15 @@
|
||||
|
||||
#define STA_MCU_ESP32_S3
|
||||
|
||||
#define STA_ESP32_SCL_DEFAULT_PIN 22
|
||||
#define STA_ESP32_SDA_DEFAULT_PIN 21
|
||||
#define STA_ESP32_SCL_DEFAULT 22
|
||||
#define STA_ESP32_SDA_DEFAULT 21
|
||||
|
||||
#define STA_ESP32_FSPI_MOSI_DEFAULT 23
|
||||
#define STA_ESP32_FSPI_MISO_DEFAULT 19
|
||||
#define STA_ESP32_FSPI_CLK_DEFAULT 18
|
||||
|
||||
#define STA_ESP32_HSPI_MOSI_DEFAULT 13
|
||||
#define STA_ESP32_HSPI_MISO_DEFAULT 12
|
||||
#define STA_ESP32_HSPI_CLK_DEFAULT 14
|
||||
|
||||
#endif // STA_CORE_ARDUINO_MCU_ESP32_S3_HPP
|
Reference in New Issue
Block a user