mirror of
https://github.com/eclipse/upm.git
synced 2025-07-27 06:01:16 +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
13
src/si114x/pyupm_si114x.i
Normal file
13
src/si114x/pyupm_si114x.i
Normal file
@ -0,0 +1,13 @@
|
||||
%module pyupm_si114x
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
#ifdef DOXYGEN
|
||||
%include "si114x_doc.i"
|
||||
#endif
|
||||
|
||||
%include "si114x.h"
|
||||
%{
|
||||
#include "si114x.h"
|
||||
%}
|
Reference in New Issue
Block a user