1 %module javaupm_groveehr
2 %include "../upm.i"
3 
4 %ignore beatISR;
5 
6 %{
7     #include "groveehr.h"
8 %}
9 
10 %include "groveehr.h"
11