ir remote
Speaker
Posts: 34
The 'Decode IR Remote' program is a starting point, but how do I make a program see when the button on a remote has been released?
Comments
' parse incoming IR message ' then.... Start_Wait: cntr = 0 Wait_Here: IF irDetector = 1 THEN cntr = cntr + 1 IF cntr > 50 THEN Released ' you may need to play with this value GOTO Wait_Here ELSE GOTO Start_Wait ENDIF Released: ' and onward...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
When the going gets weird, the weird turn pro. -- HST
1uffakind.com/robots/povBitMapBuilder.php
1uffakind.com/robots/resistorLadder.php