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.
-
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.....
-
-
-
while practically working, it is incorrect to use 3.3 volts on 5v logic
-
no worries. The perspective hides the 4th pin on the header
-
-
oops, i saw wrong.
-
it's a good thing that it's using 5v, then
-
starting to make sense now. one obervation though: arduino has internal pull up/down resistors for your switches that you enable in software.
-
-
thanks for the tip
-
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);
-
It has internal pull ups!
It does not have internal pull down resistors.
Related Discussions



Eduard Maines