mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 10:21:19 +03:00
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
8
src/button/jsupm_button.i
Normal file
8
src/button/jsupm_button.i
Normal file
@ -0,0 +1,8 @@
|
||||
%module jsupm_button
|
||||
%include "../upm.i"
|
||||
|
||||
%{
|
||||
#include "button.hpp"
|
||||
%}
|
||||
|
||||
%include "button.hpp"
|
Reference in New Issue
Block a user