Shop OBEX P1 Docs P2 Docs Learn Events
waitpne issue — Parallax Forums

waitpne issue

TappermanTapperman Posts: 319
edited 2013-08-01 11:42 in Propeller 1
Anyone have a problem with waitpne?

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

Sign In or Register to comment.