• 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?

About

Avatar for Jaksi @Jaksi started