rf22: Initial implementation for RFM22B radios, C++ only & bindings

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2016-12-06 22:39:30 -08:00
parent c057fa6708
commit 130cb822e4
10 changed files with 1950 additions and 0 deletions

5
src/rf22/CMakeLists.txt Normal file
View File

@ -0,0 +1,5 @@
set (libname "rf22")
set (libdescription "HopeRF RFM22B ISM Band Radio Module")
set (module_src ${libname}.cxx)
set (module_hpp ${libname}.hpp)
upm_module_init()