This shows you the differences between two versions of the page.
iothings:proiecte:2021:airqualitymonitoringsystem [2022/01/27 22:04] mihaela.florescu |
iothings:proiecte:2021:airqualitymonitoringsystem [2022/01/27 22:05] (current) mihaela.florescu |
||
---|---|---|---|
Line 82: | Line 82: | ||
* **Adafruit_BMP085.h** - it is used to initialise the BMP180 sensor and read the temperature, pressure, humidity parameters. For reading these parameters, the following methods from this library have been used: **readTemperature()**, **readPresure()**, **readHumidity**. | * **Adafruit_BMP085.h** - it is used to initialise the BMP180 sensor and read the temperature, pressure, humidity parameters. For reading these parameters, the following methods from this library have been used: **readTemperature()**, **readPresure()**, **readHumidity**. | ||
- | <code> #include <WiFi.h> | + | <code>#include <WiFi.h> |
#include <Adafruit_BMP085.h> | #include <Adafruit_BMP085.h> | ||
</code> | </code> |