1 %module javaupm_htu21d
2 %include "../upm.i"
3 
4 %{
5     #include "htu21d.h"
6 %}
7 
8 %include "htu21d.h"
9