I have successfully installed Espruino at my raspberry pi zero w. Also wiringPi is installed before the Espruino make.
In a command-box the following will switch on my led: gpio -g write 23 1.
However in Espruino: D23.write(HIGH) will not switch the Led.
What did I forget?
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.
I have successfully installed Espruino at my raspberry pi zero w. Also wiringPi is installed before the Espruino make.
In a command-box the following will switch on my led: gpio -g write 23 1.
However in Espruino: D23.write(HIGH) will not switch the Led.
What did I forget?