Initial implementation of Grove PIR motion sensor with BISS0001 chip
jrvandr: removed unnecessary mraa_init() Signed-off-by: Zion Orent <zorent@ics.com> Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
committed by
John Van Drasek
parent
9cda72b077
commit
5448e72975
9
src/biss0001/pyupm_biss0001.i
Normal file
9
src/biss0001/pyupm_biss0001.i
Normal file
@@ -0,0 +1,9 @@
|
||||
%module pyupm_biss0001
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "biss0001.h"
|
||||
%{
|
||||
#include "biss0001.h"
|
||||
%}
|
||||
Reference in New Issue
Block a user