How to connect multiple mlx90614 gy-906 with feather m0

Hello,

I am trying to connect two mlx90614 gy-906 temperature sensors with feather m0. Because these two sensors have the same address (0x5A), so only one sensor data is right and the other one is incorrect.
![](http://E:\Dropbox\2017_Water Pipeline Leak Detection_Master\MLX90614 Infrared Temperature Sensor\Arduino Project\20170821114632.jpg)

I also find some information for changing the address of MLX90614 at first. However, the Arduino has the error said cannot find compat/twi.h file. I checked it, and there is a file twi.h in C:\Program Files (x86)\Arduino\hardware\tools\avr\avr\include\compat
![](http://E:\Dropbox\2017_Water Pipeline Leak Detection_Master\MLX90614 Infrared Temperature Sensor\Arduino Project\20170821122941.png)

Do you have any good idea to achieve to read these two sensors with only one feather M0?

Thank you in advance.

Kind regards
Tang

Attached photos