added gpio sysfs if

This commit is contained in:
2021-01-14 00:40:30 +01:00
committed by Robin Mueller
parent cca4d89114
commit 162c0ded02
9 changed files with 242 additions and 22 deletions

View File

@ -1,5 +1,6 @@
target_sources(${TARGET_NAME} PRIVATE
SpiTest.cpp
RPiGPIO.cpp
)