Raspberry Pi GPIO connect

Basically you can operate a GPIO pin either as input or output. As an input, it can evaluate the states “High” and “Low”. For example, from a switch, button or other signal-emitting circuit. As output, a GPIO can assume the states “High” and “Low”. This means that either a voltage of +3.3 V for “High” or 0 V for “Low” is applied to the input or applied to the output.
[Read more…] about Connecting to raspberry pi gpio