You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • It looks like I'll need to get a build working

    http://www.espruino.com/binaries/travis/­master/ ?

    Are you creating an A0 pin for this?

    That'd be nice - but right now the use of new Pin() screws us over. Espruino tends to store pins in order A0..x,B0..x,C..x,D..x - so adding A0 - at least as things are right now - would shift the pin numbers up and break everyone's code.

    Also I bet ESP8266 code doesn't use pinInfo[pin].pin, so that'd need tweaking too.

    Mind you, I just added the Pin() is deprecated text, so I could probably get away with it?

About

Avatar for Gordon @Gordon started