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 ca73ef5 commit be9a90dCopy full SHA for be9a90d
variants/SFE_ARTEMIS_MODULE/variant.h
@@ -10,7 +10,13 @@
10
11
#include "config/pins.h"
12
13
-#define VARIANT_SPI_INTFCS 0
14
-#define VARIANT_WIRE_INTFCS 0
+#define VARIANT_SPI_INTFCS 0
+#define VARIANT_WIRE_INTFCS 1
15
+
16
+// Add a default wire pin so that Wire is available to libraries and sketches
17
+// Since this is just a module no pins are labeled I2C/Wire/Qwiic by default
18
+// 2 pins have been chosen here arbitrarily
19
+#define VARIANT_Wire_SDA 9
20
+#define VARIANT_Wire_SCL 8
21
22
#endif // _VARIANT_H_
0 commit comments