mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
Fixing build errors
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
parent
ea4b1b6aa7
commit
81e4eb07bf
@ -41,7 +41,6 @@ add_example(Emg emg)
|
|||||||
add_example(GroveEmg groveemg)
|
add_example(GroveEmg groveemg)
|
||||||
add_example(Gsr gsr)
|
add_example(Gsr gsr)
|
||||||
add_example(GroveGsr grovegsr)
|
add_example(GroveGsr grovegsr)
|
||||||
add_example(GroveLed_multiSample grove)
|
|
||||||
add_example(LEDSample led)
|
add_example(LEDSample led)
|
||||||
add_example(LightSample light)
|
add_example(LightSample light)
|
||||||
add_example(GroveLightSample grove)
|
add_example(GroveLightSample grove)
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
%module javaupm_button
|
%module javaupm_button
|
||||||
%include "../upm.i"
|
%include "../upm.i"
|
||||||
|
|
||||||
|
%apply int {mraa::Edge}
|
||||||
|
|
||||||
%{
|
%{
|
||||||
#include "button.hpp"
|
#include "button.hpp"
|
||||||
%}
|
%}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user