14 lines
316 B
C
14 lines
316 B
C
#pragma once
|
|
|
|
#include "Arduino.h"
|
|
#include "config.h"
|
|
#include "sensor.h"
|
|
#include <Wire.h>
|
|
|
|
//#include "Adafruit_SGP30.h"
|
|
#include "SparkFun_SGP30_Arduino_Library.h" // Click here to get the library: http://librarymanager/All#SparkFun_SGP30
|
|
#include <Wire.h>
|
|
|
|
|
|
void initVOCsensor(void);
|
|
void handleVOCsensor(void); |