Home | History | Annotate | Download | only in nrf8001
      1 %module pyupm_nrf8001
      2 %include "../upm.i"
      3 
      4 %feature("autodoc", "3");
      5 
      6 %include "nrf8001.h"
      7 %{
      8     #include "nrf8001.h"
      9 %}
     10