MAG3110 is a three-axis digital magnetometer. Signed-off-by: Norbert Wesp <nwesp@phytec.de> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
9 lines
100 B
OpenEdge ABL
9 lines
100 B
OpenEdge ABL
%module jsupm_mag3110
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "mag3110.hpp"
|
|
%}
|
|
|
|
%include "mag3110.hpp"
|