• ...I expect both are writing/reading to/from I2C address 0x60?

    ...could be some timing issue... since it/example interferes w/ upload.

    Put code in the onInit(){ ... } function and add this as last line (do plain upload w/o save()):

    setTimeout(onInit,999);
    

    It's a bad practice in Espruino to make (more complex initialization and communication code execute while upload is still going on...

    ...and pls share all code since we do not all your setup... (I just assumed it is invoked while upload is still going on).

About

Avatar for allObjects @allObjects started