ESP32 support and changes to SPI to support ESP32

This commit is contained in:
dario
2024-02-12 14:25:54 +01:00
parent 713e7b0da9
commit 027484ef5e
4 changed files with 64 additions and 16 deletions

View File

@@ -0,0 +1,10 @@
#ifndef STA_CORE_ARDUINO_MCU_ESP32_S3_HPP
#define STA_CORE_ARDUINO_MCU_ESP32_S3_HPP
#include <sta/devices/arduino/mcu/common.hpp>
#define STA_PLATFORM_ARDUINO_DEVICE_ESP32
#define STA_MCU_ESP32_S3
#endif // STA_CORE_ARDUINO_MCU_ESP32_S3_HPP

View File

@@ -3,4 +3,6 @@
#include <sta/devices/arduino/mcu/common.hpp>
#define STA_PLATFORM_ARDUINO_DEVICE_ARDUINO
#endif // STA_CORE_ARDUINO_MCU_UNO_R3_HPPs