I'd like to use bash to control the gpio pins on the pi.
I've found a couple of examples to change the state of the pins and read values from them.
I was wondering if it would be possible to hook up and IR Receiver and try to read the output with just bash.
Also generating PWM with bash would involve alternating on/off with sleep intervals correct?
Thanks.