Hi I have got the gpio inputs and outputs working using the echo commands in Linux but when I try the RPi.GPIO module with Python as detailed on the Python website pypi.python I can work the ouput ok but am not able to read the inputs. When I enter the " input_value = GPIO.input(7) " line nothing happens. Has anyone made this work? If so I would appreciate some help. Thanks 





