mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
Added new macros for installISR and applied where possible.
This commit is contained in:
@ -11,11 +11,6 @@
|
||||
|
||||
#%ignore
|
||||
|
||||
%extend upm::Button {
|
||||
void installISR(mraa::Edge level, jobject runnable)
|
||||
{
|
||||
$self->installISR(level, mraa_java_isr_callback, runnable);
|
||||
}
|
||||
}
|
||||
JAVA_ADD_INSTALLISR_EDGE(upm::Button)
|
||||
|
||||
JAVA_JNI_LOADLIBRARY(javaupm_button)
|
||||
|
Reference in New Issue
Block a user