mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-06 02:27:33 +00:00
Updated I2C for ESP32 and added mutex protection for printable serial
This commit is contained in:
@@ -3,8 +3,13 @@
|
||||
|
||||
#include <sta/devices/arduino/mcu/common.hpp>
|
||||
|
||||
#define STA_MCU_LITTLE_ENDIAN
|
||||
|
||||
#define STA_PLATFORM_ARDUINO_DEVICE_ESP32
|
||||
|
||||
#define STA_MCU_ESP32_S3
|
||||
|
||||
#define STA_ESP32_SCL_DEFAULT_PIN 22
|
||||
#define STA_ESP32_SDA_DEFAULT_PIN 21
|
||||
|
||||
#endif // STA_CORE_ARDUINO_MCU_ESP32_S3_HPP
|
Reference in New Issue
Block a user