added gpio read function

This commit is contained in:
2021-02-14 09:25:40 +01:00
parent 76e59e3593
commit bdc4b1cec5
18 changed files with 161 additions and 56 deletions

View File

@ -0,0 +1,8 @@
target_sources(${TARGET_NAME} PUBLIC
LibgpioTest.cpp
TestTask.cpp
)
target_include_directories(${TARGET_NAME} PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}
)