You can attach a pininterrupt in Bj4 (for rasp via the 40 pins header)
but is there a way to disattach a interrupt in the code?
edit
think i found a way
just reinit the statement without a callback
B4X:
private Sub Cint_StateChange(State As Boolean)
code.....
end sub
edit
think i found a way
just reinit the statement without a callback
B4X:
Cint.Initialize("", 1) 'GpioPinDigitalInput
Last edited: