Can you try : I2C1.setup({scl:22, sda:21, bitrate:50000});?
I2C1.setup({scl:22, sda:21, bitrate:50000});
And which board is this on? It looks suspiciously like an ESP8266/32?
@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.
Can you try :
I2C1.setup({scl:22, sda:21, bitrate:50000});
?And which board is this on? It looks suspiciously like an ESP8266/32?