Skip to content

Commit 5229097

Browse files
committed
Corrected comments in header in EasyC example
1 parent 758d593 commit 5229097

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/Inkplate2/Advanced/Communications/Inkplate2_EasyC/Inkplate2_EasyC.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
/*
22
Inkplate2_EasyC example for Soldered Inkplate 2
33
For this example you will need a micro USB cable, Inkplate 2,
4-
BMP180 sensor with easyC connector on it: https://www.solde.red/333060
4+
BME680 sensor with easyC connector on it: https://soldered.com/product/enviromental-air-quality-sensor-bme680-breakout/
55
and a easyC cable: https://soldered.com/product/easyc-cable-20cm/
66
Select "Soldered Inkplate2" from Tools -> Board menu.
77
Don't have "Soldered Inkplate2" option? Follow our tutorial and add it:
88
https://soldered.com/learn/add-inkplate-6-board-definition-to-arduino-ide/
99
10-
This example will show you how you can read temperature, humidity, air pressure and gas data from BMP180.
10+
This example will show you how you can read temperature and humidity from BME680.
1111
In order to compile this example successfuly, you will also need to download and install
12-
BMP180 library: https://github.com/e-radionicacom/Soldered-BMP180-Temperature-Pressure-Sensor-Arduino-Library.
12+
BME680 library: https://github.com/SolderedElectronics/Soldered-BME280-BME680-Gas-Sensor-Arduino-Library.
1313
If you don't know how to install library you can read our tutorial https://e-radionica.com/en/blog/arduino-library/
1414
1515
Want to learn more about Inkplate? Visit www.inkplate.io
@@ -30,7 +30,7 @@
3030
#include "thermometer.h"
3131

3232
Inkplate display; // Create an object on Inkplate library
33-
BME680 bme680; // Create an object BMP180 library
33+
BME680 bme680; // Create an object on BME680 library
3434

3535
void setup()
3636
{

0 commit comments

Comments
 (0)