mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-06-12 01:25:59 +00:00
9 lines
168 B
C++
9 lines
168 B
C++
#ifndef STA_CORE_RASPI_HAL_HPP
|
|
#define STA_CORE_RASPI_HAL_HPP
|
|
|
|
#include <wiringPi.h>
|
|
#include <wiringPiSPI.h>
|
|
#include <wiringPiI2C.h>
|
|
|
|
#endif //STA_CORE_RASPI_HAL_HPP
|