Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
M
0_1623138336130_ff611ecf-3820-4f6b-b9b6-b31583e9c0d4-1623138255.jpg
D
thanks it works great used this library and this basic code to test import tcs34725 import time from machine import I2C, Pin i2c = I2C(0, sda=21, scl=22) sensor = tcs34725.TCS34725(i2c) print(sensor.read(True))
No one has replied