We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8069150 commit 708021cCopy full SHA for 708021c
src/qwiic_i2c.cpp
@@ -46,7 +46,7 @@
46
// Class provide an abstract interface to the I2C device
47
48
#include "qwiic_i2c.h"
49
-#include <Arduino.h>
+
50
51
// What is the max buffer size for this platform.
52
src/qwiic_i2c.h
@@ -53,6 +53,7 @@
53
//
54
// This class is focused on Aurduino..
55
56
+#include <Arduino.h>
57
#include <Wire.h>
58
59
class QwI2C {
0 commit comments