Sniff 433MHz data packages using rc-switch
This commit is contained in:
parent
5072921182
commit
bc7521ac95
5 changed files with 56 additions and 11 deletions
|
@ -1,6 +1,15 @@
|
|||
project(qSniff)
|
||||
cmake_minimum_required(VERSION 3.7)
|
||||
|
||||
add_definitions(-DRPI)
|
||||
|
||||
add_executable(${PROJECT_NAME}
|
||||
qSniff.cpp
|
||||
add_library(rc-switch
|
||||
rc-switch/RCSwitch.cpp
|
||||
rc-switch/RCSwitch.h
|
||||
)
|
||||
|
||||
add_executable(qSniff
|
||||
qsniff.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(qSniff rc-switch wiringPi)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue