#include <Wire.h>
#include “Arduino.h”
#include “SI114X.h”
#include “ATH20.h”
I am not sure of this error. But just incase make sure you have all these imports.
#include <Wire.h>
#include “Arduino.h”
#include “SI114X.h”
#include “ATH20.h”
I am not sure of this error. But just incase make sure you have all these imports.