@luwar I2C1.setup( { scl: B8, sda: B9 } ); works - without any delay. Also right after save() and on power-up.
I2C1.setup( { scl: B8, sda: B9 } );
@ChristianW 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.
@luwar
I2C1.setup( { scl: B8, sda: B9 } );
works - without any delay.Also right after save() and on power-up.