mirror of
https://github.com/eclipse/upm.git
synced 2025-12-16 13:54:40 +03:00
si114x: Initial implementation
This module implements support for the Adafruit UV sensor: https://www.adafruit.com/products/1777 Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Zion Orent <zorent@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
committed by
Mihai Tudor Panu
parent
34b28928de
commit
4759d70541
9
src/si114x/jsupm_si114x.i
Normal file
9
src/si114x/jsupm_si114x.i
Normal file
@@ -0,0 +1,9 @@
|
||||
%module jsupm_si114x
|
||||
%include "../upm.i"
|
||||
%include "cpointer.i"
|
||||
|
||||
%{
|
||||
#include "si114x.h"
|
||||
%}
|
||||
|
||||
%include "si114x.h"
|
||||
Reference in New Issue
Block a user