Shop OBEX P1 Docs P2 Docs Learn Events
What's a Microcontroller — Parallax Forums

What's a Microcontroller

jackjack Posts: 2
edited 2004-10-04 03:50 in Learn with BlocklyProp
i am working in the What's a Microcontroller Book . I am working on page 158·under the Projects·title and cannot figure out·how to make the·LED turn off when the potentiometer is not being turned.·Any idea's will help Jack.·

Comments

  • lrohnlrohn Posts: 33
    edited 2004-10-04 03:50
    Hello Jack,

    Hope this helps:

    IF ((comparetime) = (time)) THEN
    LOW 10
    LOW 11

    Let me know if you are still stuck!

    Luke
Sign In or Register to comment.