Merge branch 'main' of gitlab.fdmci.hva.nl:propedeuse-hbo-ict/onderwijs/2023-2024/out-a-se-ti/blok-3/qaajeeqiinii59
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// Dano Bosch
|
||||
// 14/2/2024
|
||||
|
||||
#include <SPI.h>
|
||||
#include <Wire.h>
|
||||
#include <Adafruit_GFX.h>
|
||||
|
@@ -1,5 +1,5 @@
|
||||
// Sietse Jonker
|
||||
// 09/02/2024
|
||||
// Sietse Jonker & Dano Bosch
|
||||
// 13/02/2024
|
||||
|
||||
#include <Wire.h>
|
||||
#include <Adafruit_SH110X.h>
|
||||
@@ -21,15 +21,16 @@ DHT dht(DHTPIN, DHTTYPE);
|
||||
Adafruit_SGP30 sgp;
|
||||
|
||||
uint16_t TVOC_base, eCO2_base;
|
||||
int counter = 0;
|
||||
uint16_t counter = 0;
|
||||
float temperature = 0;
|
||||
float humidity = 0;
|
||||
int eCO2 = 0;
|
||||
int TVOC = 0;
|
||||
uint16_t eCO2 = 0;
|
||||
uint16_t TVOC = 0;
|
||||
bool noise = false;
|
||||
|
||||
void resetValues() {
|
||||
TVOC_base, eCO2_base;
|
||||
TVOC_base;
|
||||
eCO2_base;
|
||||
counter = 0;
|
||||
temperature = 0;
|
||||
humidity = 0;
|
||||
|
Reference in New Issue
Block a user