I would like to use 2 MLX90614 on the same UNO board
I read a lot of things about changing the Address of one of the sensor
However instructions like those before are not accepted by the compiler like
Adafruit_MLX90614 mlx1 = Adafruit_MLX90614();//defind sensor 1 object mlx1
Adafruit_MLX90614 mlx2 = Adafruit_MLX90614(0x5B);//defind sensor 2 object mlx2
those are directly coming from the site here below
Maybe the present Adafruit does not accept any more such an instruction
see below
https://robojax.com/learn/arduino/?vid=robojax_MLX90614_multiple
any solution?