You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Since it's Linux, I believe it's as easy as:

    git clone https://github.com/espruino/Espruino
    cd Espruino
    make
    ./espruino
    

    ... assuming it has enough memory for GCC, Python and the tools to compile C code - which I'm pretty sure it does.

  • Thanks! But how do I address the IO pins? The pin labels are different with every board... Like, for example, pin 3 on the raspberry pi can't be the same as pin 3 on the chip pro, since they use different processors.

About

Avatar for Gordon @Gordon started