File tree 4 files changed +4
-4
lines changed
Example4_Change_i2c_Address
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ SparkFun IR Thermometer Evaluation Board - MLX90614
22
22
******************************************************************************/
23
23
24
24
#include < Wire.h> // I2C library, required for MLX90614
25
- #include < SparkFunMLX90614.h> // SparkFunMLX90614 Arduino library
25
+ #include < SparkFunMLX90614.h> // Click here to get the library: http://librarymanager/All#Qwiic_IR_Thermometer by SparkFun
26
26
27
27
IRTherm therm; // Create an IRTherm object to interact with throughout
28
28
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ SparkFun IR Thermometer Evaluation Board - MLX90614
25
25
******************************************************************************/
26
26
27
27
#include < Wire.h> // I2C library, required for MLX90614
28
- #include < SparkFunMLX90614.h> // SparkFunMLX90614 Arduino library
28
+ #include < SparkFunMLX90614.h> // Click here to get the library: http://librarymanager/All#Qwiic_IR_Thermometer by SparkFun
29
29
30
30
IRTherm therm; // Create an IRTherm object to interact with throughout
31
31
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ SparkFun IR Thermometer Evaluation Board - MLX90614
38
38
******************************************************************************/
39
39
40
40
#include < Wire.h> // I2C library, required for MLX90614
41
- #include < SparkFunMLX90614.h> // SparkFunMLX90614 Arduino library
41
+ #include < SparkFunMLX90614.h> // Click here to get the library: http://librarymanager/All#Qwiic_IR_Thermometer by SparkFun
42
42
43
43
IRTherm therm; // Create an IRTherm object to interact with throughout
44
44
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ SparkFun IR Thermometer Evaluation Board - MLX90614
28
28
******************************************************************************/
29
29
30
30
#include < Wire.h> // I2C library, required for MLX90614
31
- #include < SparkFunMLX90614.h> // SparkFunMLX90614 Arduino library
31
+ #include < SparkFunMLX90614.h> // Click here to get the library: http://librarymanager/All#Qwiic_IR_Thermometer by SparkFun
32
32
33
33
IRTherm therm; // Create an IRTherm object to interact with throughout
34
34
You can’t perform that action at this time.
0 commit comments