Simple linux gpio driver for the raspberrypi.
Interact with the driver using /proc/gpio
once installed.
- g <0/1> - set pin input or output
- o <1/0> - output high or low
- l <1/0> - read pin for high or low (binary ingnored)
returns the 0 or 1 based on the read instruction l <pin> <1/0>