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 dd03e21 commit 3882df1Copy full SHA for 3882df1
variants/SparkFun_Edge/config/variant.h
@@ -34,14 +34,17 @@ class Uart; // Forward declaration of Uart
34
extern Uart Serial;
35
36
// Wire defines
37
-#define WIRE_INTERFACES_COUNT 2
+#define WIRE_INTERFACES_COUNT 3
38
39
#define WireQwiic Wire // Giving Wire an alias of "WireQwiic" in case people want to use it
40
#define AP3_Wire_IOM 4 // Secify that Wire uses IOMaster instance 4
41
42
#define WireAccel Wire1
43
#define AP3_Wire1_IOM 3
44
45
+#define WireCamera Wire2
46
+#define AP3_Wire1_IOM 2
47
+
48
// SPI Defines
49
#define SPI_INTERFACES_COUNT 1
50
0 commit comments