Added first implementations for Arduino

This commit is contained in:
dvdb97
2023-07-02 11:56:11 +02:00
parent e7ddbbf365
commit 8c5f0a3f29
15 changed files with 245 additions and 12 deletions

View File

@@ -0,0 +1,7 @@
#ifndef STA_CORE_ARDUINO_MCU_COMMON_HPP
#define STA_CORE_ARDUINO_MCU_COMMON_HPP
// Enable Arduino platform
#define STA_PLATFORM_ARDUINO
#endif // STA_CORE_ARDUINO_MCU_COMMON_HPP

View File

@@ -0,0 +1,6 @@
#ifndef STA_CORE_ARDUINO_MCU_UNO_R3_HPP
#define STA_CORE_ARDUINO_MCU_UNO_R3_HPP
#include <sta/devices/arduino/mcu/common.hpp>
#endif // STA_CORE_ARDUINO_MCU_UNO_R3_HPPs