waitpne issue
Tapperman
Posts: 319
Anyone have a problem with waitpne?
I tried replacing this code (which works):
with this line:
but ... now I discover that it does not wait. I must be missing something?
... Tim
I tried replacing this code (which works):
pins := ina & Mask repeat until (ina & Mask) <> pins
with this line:
waitpne(ina,Mask,0)
but ... now I discover that it does not wait. I must be missing something?
... Tim
Comments
... Tim