Added gpio pin implementation for raspi

This commit is contained in:
dvdb97
2023-05-09 21:24:55 +01:00
parent b2a92ea87e
commit d2806f1651
5 changed files with 87 additions and 10 deletions

View File

@@ -1,13 +1,8 @@
#ifndef STA_CORE_RASPI_HAL_HPP
#define STA_CORE_RASPI_HAL_HPP
namespace sta {
B
A
A
D
D
}
#include <wiringPi.h>
#include <wiringPiSPI.h>
#include <wiringPiI2C.h>
#endif //STA_CORE_RASPI_HAL_HPP