mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-06-12 01:25:59 +00:00
8 lines
155 B
C++
8 lines
155 B
C++
#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
|