mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-06 02:27:33 +00:00
Added first implementations for Arduino
This commit is contained in:
7
include/sta/devices/arduino/mcu/common.hpp
Normal file
7
include/sta/devices/arduino/mcu/common.hpp
Normal 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
|
6
include/sta/devices/arduino/mcu/uno_r3.hpp
Normal file
6
include/sta/devices/arduino/mcu/uno_r3.hpp
Normal 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
|
Reference in New Issue
Block a user