upm/src/tmp006/jsupm_tmp006.i
Norbert Wesp 8342b4c079 tmp006: Added upm support for sensor TMP006
TMP006 is a infrared-thermopile sensor.

Signed-off-by: Norbert Wesp <nwesp@phytec.de>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2017-03-16 17:24:01 -07:00

9 lines
97 B
OpenEdge ABL

%module jsupm_tmp006
%include "../upm.i"
%{
#include "tmp006.hpp"
%}
%include "tmp006.hpp"