I'm very new to raspberry pi and I am not able to understand
GPIO.high and
GPIL.low
Thanks for any help.
...When the pin is HIGH it outputs 3.3 volts (3v3); when the pin is LOW it is off....
I know that this is for the output, But does this also apply on inputs.bytesoup wrote:Hi Adarsh,
From this page : https://www.raspberrypi.org/documentation/usage/gpio/
...When the pin is HIGH it outputs 3.3 volts (3v3); when the pin is LOW it is off....
ok now i get itjoan wrote:A GPIO in mode INPUT will
- read 1 (high) if 3V3 is connected
- read 0 (low) if 0V is connected
I'm not sure I agree with the second half of that ...bytesoup wrote:From this page : https://www.raspberrypi.org/documentation/usage/gpio/... When the pin is HIGH it outputs 3.3 volts (3v3); when the pin is LOW it is off ...