Why is a pull up resistor required in a push button circuit that connects the pin to ground when pressed?
To set a defined high voltage level when the button is open(not pressed) and to avoid any floating pins
How to you enable the AVRs internal pull up resistor?
By setting the corresponding bit in the PORT register to 1
Which specific register is read from to get the digital voltage values(the input state) on the pin?
The PIN register
What describes the rapid, fake electrical contact fluctuations that occur when a switch is physically pressed or released?
Button Bounce
What solution is often used in software to denounce a button press?
To implement a delay time