mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00

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>
9 lines
97 B
OpenEdge ABL
9 lines
97 B
OpenEdge ABL
%module jsupm_tmp006
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "tmp006.hpp"
|
|
%}
|
|
|
|
%include "tmp006.hpp"
|