input analog array > output digital array

PaulS I meant that generally that is what I want to know so that I can create the second array

if (anIn < 512)

  • {*
    _ In = LOW;_
    * }*
    * else*
    * {*
    _ In = HIGH;
    * }*
    AWOL I don't unerstand how I am chucking it away :/. I think I'm asking it to read the value and then use it to create the second array_