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