Some improvement for the pushbutton: Only connect like this: PIN -- > BUTTON --> GROUND (without restistors) And use Arduinos internal pullup resistor: "pinMode(xy, INPUT); digitalWrite(xy, HIGH);"
PDF Downloads As a Pro member, you will gain access to download any Instructable in the PDF format.
You also have the ability to customize your PDF download.
Nice little project.
Some improvement for the pushbutton:
Only connect like this: PIN -- > BUTTON --> GROUND
(without restistors)
And use Arduinos internal pullup resistor:
"pinMode(xy, INPUT);
digitalWrite(xy, HIGH);"