Shop OBEX P1 Docs P2 Docs Learn Events
Something Wrong with my LOOP UNTIL — Parallax Forums

Something Wrong with my LOOP UNTIL

MunifTheGreatMunifTheGreat Posts: 20
edited 2012-01-09 12:50 in BASIC Stamp
The Problem in this circuit is that this thing continues looping without waiting for the push buttons ( active-low) to be pushed
Myprogram.txt
Thank you for your help

Comments

  • Mike GMike G Posts: 2,702
    edited 2012-01-09 09:01
    Your code is looking for a high (LOOP UNTIL IN1 = 1) not an active low as stated.

    The BASIC Stamp forum is a more appropriate spot to post BASIC Stamp coding questions.
  • MunifTheGreatMunifTheGreat Posts: 20
    edited 2012-01-09 12:50
    Thanks Mike, now I get it.
Sign In or Register to comment.