9 lines
166 B
C++

#ifndef STA_CORE_RASPI_HAL_HPP
#define STA_CORE_RASPI_HAL_HPP
#include <wiringPi.h>
#include <wiringPiI2C.h>
#include <sys/ioctl.h>
#endif //STA_CORE_RASPI_HAL_HPP