mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-06 18:37:34 +00:00
Added I2C support for raspi & first rework of debugging
This commit is contained in:
8
include/sta/devices/raspi/hal.hpp
Normal file
8
include/sta/devices/raspi/hal.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#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
|
Reference in New Issue
Block a user