Si115X not running on MKR WiFi 1010

Hi,

I tried everything, but I couldn’t get the Grove sunlight Sensor v2.0 working on my Arduino MKR 1010 with (or without) the MKR Carrier…

Please, could you help me?

sketch/SI1145DEMO.ino.cpp.o: In function `loop':
/tmp/arduino_modified_sketch_827650/SI1145DEMO.ino:27: undefined reference to `Si115X::ReadHalfWord()'
/tmp/arduino_modified_sketch_827650/SI1145DEMO.ino:29: undefined reference to `Si115X::ReadHalfWord_VISIBLE()'
/tmp/arduino_modified_sketch_827650/SI1145DEMO.ino:31: undefined reference to `Si115X::ReadHalfWord_UV()'
collect2: error: ld returned 1 exit status
exit status 1
Error compilando para la tarjeta Arduino MKR WiFi 1010.

There are no problems running the Si1151 example on an Arduino UNO…
Is it not running because Arduino MKR Wifi 1010 has two other i2c devices onboard?

Here is the whole story:
https://forum.arduino.cc/t/si115x-not-running-on-mkr-wifi-1010/1051508