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,8 @@
%module pyupm_buzzer
%feature("autodoc", "3");
%include "buzzer.h"
%{
#include "buzzer.h"
%}