You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Well, there's the 'lint' which is in the IDE and highlights any code that's obviously wrong.

    if you want to check the code on the Pixl and the pin names are different, you can always just rename them.

    Adding:

    var D27 = D0;
    

    Will fix the D27 error just fine for instance

  • Thank you Gordon,

    That was going to be my backup plan if nothing more elegant existed. Thought I'd check first before redefining everything.

    Thanks again :)

About

Avatar for Gordon @Gordon started