use sparkfun lib for sensors adafruit has issues

This commit is contained in:
2021-07-28 08:19:40 +02:00
parent 3d740c9387
commit 2873d56b58
16 changed files with 626 additions and 577 deletions

View File

@@ -3,8 +3,11 @@
#include "Arduino.h"
#include "config.h"
#include "sensor.h"
#include <Wire.h>
#include "Adafruit_SGP30.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);