Hello! I am trying to connect an external color sensor (https://www.adafruit.com/product/1356 ) to the micro:bit V2 using makecode. It needs to be an external sensor for my project.
That extension looks like it was written for the TCS3200, but the sensor you linked uses the TCS34725. I’m not sure how compatible those two sensors are.
I don’t know of any existing extensions for that flora sensor, but since it communicates over i2c you might be able to use the i2c blocks:
You can find them under the “more” subcategory that appears when you open the “pins” category.