You are reading a single comment by @LouisvanGeldrop and its replies. Click here to read the full conversation.
  • 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?

About