mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 03:11:15 +03:00
nrf24l01 :: Added NRF module with examples.
Signed-off-by: Yevgeniy Kiveisha <yevgeniy.kiveisha@intel.com>
This commit is contained in:
8
src/nrf24l01/pyupm_nrf24l01.i
Normal file
8
src/nrf24l01/pyupm_nrf24l01.i
Normal file
@ -0,0 +1,8 @@
|
||||
%module pyupm_nrf24l01
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "nrf24l01.h"
|
||||
%{
|
||||
#include "nrf24l01.h"
|
||||
%}
|
Reference in New Issue
Block a user