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