Button: Removed grove dependency
* Renamed all files from groverrotary to rotary
* Replaced all instances of groverrotary with rotary
* Updated all CMake files
Signed-off-by: Sisinty Sasmita Patra <sisinty.s.patra@intel.com>
This commit is contained in:
committed by
Noel Eck
parent
6a6a572069
commit
3753a1be5c
11
src/button/pyupm_button.i
Normal file
11
src/button/pyupm_button.i
Normal file
@@ -0,0 +1,11 @@
|
||||
// Include doxygen-generated documentation
|
||||
%include "pyupm_doxy2swig.i"
|
||||
%module pyupm_button
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "button.hpp"
|
||||
%{
|
||||
#include "button.hpp"
|
||||
%}
|
||||
Reference in New Issue
Block a user