I'd be pretty sure its what I'd said then - I've had issues with that in the past.
Either setting opendrain or writing with:
opendrain
if (on) digitalWrite(A5,0); else digitalRead(A5)
will probably fix it
@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.
I'd be pretty sure its what I'd said then - I've had issues with that in the past.
Either setting
opendrain
or writing with:will probably fix it