You could try using software I2C, which will use the internal pullups I believe.
I'm not 100% sure you can enable the pullups on the hardware I2C in Espruino at the moment - although you can always use poke to set them (or peek to check them) if you want.
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.
You could try using software I2C, which will use the internal pullups I believe.
I'm not 100% sure you can enable the pullups on the hardware I2C in Espruino at the moment - although you can always use
poke
to set them (orpeek
to check them) if you want.