You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • There are a bunch of predefined functions added with addToDictionary. To add one to toggle the LED you can do:

      addToDictionary("led", function (context) {
        LED.write(context.stack.pop());
      });
    

    So 1 led will then turn the LED on.

About

Avatar for Gordon @Gordon started