Hi Guys ,
I have not tried using this feature as yet , but wondering if its going to be a practical way to trigger a input routine to go and get an IR input


Currently , the IR routine is part of the main loop and it has to wait for other routines to finish before its able to have a go , which can be an issue unless i change things and call it more now.

if i make it an " on Interrupt" routine instead it maybe a better way to go , please advise

only issue i see is the like most IR receivers , they tend to pickup rubbish and send random pulses , thus false triggering an interrupt check ,

but may be better than just looping the routine more

is the way to go for IR service routines , that are in standby for most of the time ?

Cheers

Sheldon