BH1750 Light Sensor
D4 - SDA and D5 - SCL
I2C1.setup({sda:D4,scl:D5}); var bh=require("BH1750").connect(I2C1); bh.start(3); bh.read();
no probs
@countxerox 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.
BH1750 Light Sensor
D4 - SDA and D5 - SCL
no probs