Added SPI implementation based on Linux library

This commit is contained in:
dvdb97
2023-05-16 00:05:07 +02:00
parent d2806f1651
commit 9894fff86e
5 changed files with 245 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
#define STA_CORE_RASPI_HAL_HPP
#include <wiringPi.h>
#include <wiringPiSPI.h>
#include <wiringPiI2C.h>
#include <sys/ioctl.h>
#endif //STA_CORE_RASPI_HAL_HPP