Skip to content

Commit 06e5cee

Browse files
committed
Add link to download library to examples
1 parent e53bf48 commit 06e5cee

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/Example1_Get_ID/Example1_Get_ID.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SparkFun IR Thermometer Evaluation Board - MLX90614
2222
******************************************************************************/
2323

2424
#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
2626

2727
IRTherm therm; // Create an IRTherm object to interact with throughout
2828

examples/Example2_Get_Temperature/Example2_Get_Temperature.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ SparkFun IR Thermometer Evaluation Board - MLX90614
2525
******************************************************************************/
2626

2727
#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
2929

3030
IRTherm therm; // Create an IRTherm object to interact with throughout
3131

examples/Example3_Set_Emissivity/Example3_Set_Emissivity.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ SparkFun IR Thermometer Evaluation Board - MLX90614
3838
******************************************************************************/
3939

4040
#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
4242

4343
IRTherm therm; // Create an IRTherm object to interact with throughout
4444

examples/Example4_Change_i2c_Address/Example4_Change_i2c_Address.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SparkFun IR Thermometer Evaluation Board - MLX90614
2828
******************************************************************************/
2929

3030
#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
3232

3333
IRTherm therm; // Create an IRTherm object to interact with throughout
3434

0 commit comments

Comments
 (0)