mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 02:10:02 +03:00

Internal sensor onboard the Curie/Arduino101 can be accessed via Firmata using this plugin. You will need mraa compiled with -DFIRMATA=ON for this to work and be using Firmata with the CurieIMU firmata extension for ExtensibleFirmata Signed-off-by: Ron Evans <ron@hybridgroup.com> Signed-off-by: Justin Zemlyansky <jlstigman@live.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
12 lines
195 B
OpenEdge ABL
12 lines
195 B
OpenEdge ABL
// Include doxygen-generated documentation
|
|
%include "pyupm_doxy2swig.i"
|
|
%module pyupm_curieimu
|
|
%include "../upm.i"
|
|
|
|
%include "stdint.i"
|
|
|
|
%include "curieimu.hpp"
|
|
%{
|
|
#include "curieimu.hpp"
|
|
%}
|