You might have to run it with sudo so it has priviledges to access the hardware?
sudo
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.
gpio
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
You might have to run it with
sudo
so it has priviledges to access the hardware?Also, does:
work for you in the shell? I'm not 100% sure how the
gpio
command works.