use sparkfun lib for sensors adafruit has issues
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user