integrating fsfw_hal

This commit is contained in:
2021-03-23 16:15:31 +01:00
parent 8d30c83d42
commit f6fb7f4c4b
13 changed files with 8 additions and 3 deletions

View File

@ -0,0 +1,12 @@
target_sources(${TARGET_NAME} PUBLIC
GpioCookie.cpp
LinuxLibgpioIF.cpp
)
target_link_libraries(${TARGET_NAME} PUBLIC
gpiod
)