We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b924c commit a1cdc01Copy full SHA for a1cdc01
src/components/i2c/drivers/WipperSnapper_I2C_Driver.h
@@ -19,6 +19,7 @@
19
#include "wippersnapper/i2c/v1/i2c.pb.h"
20
#include <Adafruit_Sensor.h>
21
#include <Arduino.h>
22
+#include <Wire.h>
23
24
#define PERIOD_24HRS_AGO_MILLIS (millis() - (24 * 60 * 60 * 1000))
25
///< Used for last sensor read time, initially set 24hrs ago (max period)
0 commit comments