Search:

Type: Posts; User: NtheBasement

Search: Search took 0.00 seconds.

  1. Replies
    15
    Views
    4,365

    Would this work for a loop? Use random(2,13) to...

    Would this work for a loop? Use random(2,13) to generate an output pin, turn it on, then random(5000 or so) to wait, then random(2,13) again to turn one off, then another wait? Half the time the...
  2. Replies
    15
    Views
    4,365

    jimbobones thanks for the update. No problem...

    jimbobones thanks for the update. No problem with the timing; I'm interested in learning how to program arduinos for my own nefarious purposes. The code makes sense standing by itself and is easy...
  3. Replies
    15
    Views
    4,365

    Can you label the pins something like Nred,...

    Can you label the pins something like Nred, Ngreen, Nyellow etc. Then it could look something like

    digitalWrite(Wyellow, LOW);
    Otherwise I'm having a hard time figuring out whats what in the...
Results 1 to 3 of 3