You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • You might have to run it with sudo so it has priviledges to access the hardware?

    Also, does:

    echo 23 > /sys/class/gpio/export 
    echo out > /sys/class/gpio/gpio23/direction
    echo 1 > /sys/class/gpio/gpio23/value
    

    work for you in the shell? I'm not 100% sure how the gpio command works.

About

Avatar for Gordon @Gordon started