mirror of
https://github.com/eclipse/upm.git
synced 2025-07-26 13:41:16 +03:00

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>
14 lines
166 B
OpenEdge ABL
14 lines
166 B
OpenEdge ABL
%module pyupm_si114x
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
#ifdef DOXYGEN
|
|
%include "si114x_doc.i"
|
|
#endif
|
|
|
|
%include "si114x.h"
|
|
%{
|
|
#include "si114x.h"
|
|
%}
|