mirror of
https://github.com/eclipse/upm.git
synced 2025-07-27 14:11:15 +03:00
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
8
src/biss0001/jsupm_biss0001.i
Normal file
8
src/biss0001/jsupm_biss0001.i
Normal file
@ -0,0 +1,8 @@
|
||||
%module jsupm_biss0001
|
||||
%include "../upm.i"
|
||||
|
||||
%{
|
||||
#include "biss0001.h"
|
||||
%}
|
||||
|
||||
%include "biss0001.h"
|
Reference in New Issue
Block a user