buzzer: added buzzer with example

Signed-off-by: Yevgeniy Kiveisha <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Yevgeniy Kiveisha
2014-05-28 05:56:44 -07:00
parent b26cbd09f1
commit 725fc4661c
8 changed files with 193 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
%module jsupm_buzzer
%{
#include "buzzer.h"
%}
%include "buzzer.h"