Sign in
android
/
platform
/
hardware
/
bsp
/
intel
/
a2cc54ecdc4d316d7f615d093a484f4aa00d7525
/
.
/
peripheral
/
libupm
/
src
/
grovemd
/
pyupm_grovemd.i
blob: 4de7fbe103c877d113284b70186ffba7f4427638 [
file
] [
log
] [
blame
]
// Include doxygen-generated documentation
%
include
"pyupm_doxy2swig.i"
%
module
pyupm_grovemd
%
include
"../upm.i"
%
feature
(
"autodoc"
,
"3"
);
#ifdef
DOXYGEN
%
include
"grovemd_doc.i"
#endif
%
include
"grovemd.h"
%{
#include
"grovemd.h"
%}