upm/src/nrf8001/pyupm_nrf8001.i
Kiveisha Yevgeniy 044037b892 nrf8001: added new BLE module with broadcasting example
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
2014-08-12 23:40:47 +00:00

10 lines
122 B
OpenEdge ABL

%module pyupm_nrf8001
%include "../upm.i"
%feature("autodoc", "3");
%include "nrf8001.h"
%{
#include "nrf8001.h"
%}