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