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 :)
@Gordon started
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.
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:
Will fix the D27 error just fine for instance