Skip to content

Commit a1cdc01

Browse files
committed
Add Wire include back to I2C Driver (for cpp include chain)
1 parent 50b924c commit a1cdc01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include "wippersnapper/i2c/v1/i2c.pb.h"
2020
#include <Adafruit_Sensor.h>
2121
#include <Arduino.h>
22+
#include <Wire.h>
2223

2324
#define PERIOD_24HRS_AGO_MILLIS (millis() - (24 * 60 * 60 * 1000))
2425
///< Used for last sensor read time, initially set 24hrs ago (max period)

0 commit comments

Comments
 (0)