mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-06 02:27:33 +00:00
ESP32 support and changes to SPI to support ESP32
This commit is contained in:
10
include/sta/devices/arduino/mcu/esp32_s3.hpp
Normal file
10
include/sta/devices/arduino/mcu/esp32_s3.hpp
Normal 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
|
@@ -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
|
Reference in New Issue
Block a user