What's a Microcontroller
jack
Posts: 2
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
Hope this helps:
IF ((comparetime) = (time)) THEN
LOW 10
LOW 11
Let me know if you are still stuck!
Luke