nrf24l01 :: Added NRF module with examples.
authorYevgeniy Kiveisha <yevgeniy.kiveisha@intel.com>
Mon, 2 Jun 2014 09:33:21 +0000 (02:33 -0700)
committerYevgeniy Kiveisha <yevgeniy.kiveisha@intel.com>
Mon, 2 Jun 2014 09:33:21 +0000 (02:33 -0700)
commite63076ecf4fc473b8fd1361b866555557813668c
tree7d2c28d8e82fcb7529386337a11304630bcc1ef8
parent93aa79fe4bfdbb5bb5b4b483d40d2208649b1999
nrf24l01 :: Added NRF module with examples.

Signed-off-by: Yevgeniy Kiveisha <yevgeniy.kiveisha@intel.com>
examples/CMakeLists.txt
examples/nrf_receiver.cxx [new file with mode: 0644]
examples/nrf_transmitter.cxx [new file with mode: 0644]
src/CMakeLists.txt
src/nrf24l01/CMakeLists.txt [new file with mode: 0644]
src/nrf24l01/jsupm_nrf24l01.i [new file with mode: 0644]
src/nrf24l01/nrf24l01.cxx [new file with mode: 0644]
src/nrf24l01/nrf24l01.h [new file with mode: 0644]
src/nrf24l01/pyupm_nrf24l01.i [new file with mode: 0644]