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