It has worked so far...
this is the code we are using;
I2C1.setup({scl:B6, sda:B7}); var tcs=require("TCS3472x").connect(I2C1, 1 /integration cycles/, 1 /gain/);
var v = tcs.getValue();
The Color sensor is lighting up, but won't read any value. Do you think it's broken?
@Jaksi 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.
It has worked so far...
this is the code we are using;
I2C1.setup({scl:B6, sda:B7});
var tcs=require("TCS3472x").connect(I2C1, 1 /integration cycles/, 1 /gain/);
var v = tcs.getValue();
The Color sensor is lighting up, but won't read any value. Do you think it's broken?