Arduino

I had a really neat creation that I was very excited about. Sadly, I some trouble with coding. I'm still posting though, I at least wanted to complete the day.

  • I just did this one as well! Pay no attention to the left positive bus being used as a ground bus.

    I just did this one as well! Pay no attention to the left positive bus being used as a ground bus.
      • you can still simplify your breadboard but it is correct. cheers! how's your code coming along?
          • I was planning on simplifying the circuits. But wanted to first play around with "if" a bit first. Basically, like if we are trying to conserve power, then, "if" red gets turned on, then "blue/green = low"... Or a flashing warning if all three are on, etc etc.....
  • Forgot to add,
    To use the internal pullups, when you declare the pin as an input, you have to call it as:
    pinMode(pin, INPUT_PULLUP);