1 %module pyupm_hp20x
2 %include "../upm.i"
3 
4 %feature("autodoc", "3");
5 
6 #ifdef DOXYGEN
7 %include "hp20x_doc.i"
8 #endif
9 
10 %include "hp20x.h"
11 %{
12     #include "hp20x.h"
13 %}
14