ABPDRRT005PG2A5: Initial Commit
This commit enables the ABP Honeywell sensor. Java examples is yet to be tested and has not been provided with the current commit and will be provided in a future commit. Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
11
src/abpdrrt005pg2a5/pyupm_abpdrrt005pg2a5.i
Normal file
11
src/abpdrrt005pg2a5/pyupm_abpdrrt005pg2a5.i
Normal file
@@ -0,0 +1,11 @@
|
||||
// Include doxygen-generated documentation
|
||||
%include "pyupm_doxy2swig.i"
|
||||
%module pyupm_abpdrrt005pg2a5
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "abpdrrt005pg2a5.hpp"
|
||||
%{
|
||||
#include "abpdrrt005pg2a5.hpp"
|
||||
%}
|
||||
Reference in New Issue
Block a user