Mindsensors light sensor array support?

Hi all,

Does the current brickpi3 have support for the mindsensors.com light sensor array? This is an I2C sensor. I’m intending to program in python.

http://www.mindsensors.com/ev3-and-nxt/47-light-sensor-array-for-nxt-or-ev3

thanks!
Nick

There is not existing support for that sensor, but in Python you can add support for I2C sensors that aren’t natively supported. This example program and this example program show how you can add support for an I2C sensor.