nrf24l01 :: Added NRF module with examples.

Signed-off-by: Yevgeniy Kiveisha <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Yevgeniy Kiveisha
2014-06-02 02:33:21 -07:00
parent 93aa79fe4b
commit e63076ecf4
9 changed files with 666 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
set (libname "nrf24l01")
add_library (nrf24l01 SHARED nrf24l01.cxx)
include_directories (${MAA_INCLUDE_DIR})
target_link_libraries (nrf24l01 ${MAA_LIBRARIES})