mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-06 10:27:34 +00:00
Added first implementations for Arduino
This commit is contained in:
8
include/sta/devices/arduino/hal.hpp
Normal file
8
include/sta/devices/arduino/hal.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef STA_CORE_ARDUINO_HAL_HPP
|
||||
#define STA_CORE_ARDUINO_HAL_HPP
|
||||
|
||||
#include<Arduino.h>
|
||||
#include<Wire.h>
|
||||
#include<SPI.h>
|
||||
|
||||
#endif // STA_CORE_ARDUINO_HAL_HPP
|
Reference in New Issue
Block a user