Updated I2C for ESP32 and added mutex protection for printable serial

This commit is contained in:
dario
2024-04-13 17:45:53 +02:00
parent 56de6ac3e2
commit c843aaf33f
5 changed files with 36 additions and 11 deletions

View File

@@ -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