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 5a76d45 commit 2d4a7fbCopy full SHA for 2d4a7fb
variants/arduino_nano_33_iot/arduino_nano_33_iot_pinmap.h
@@ -83,4 +83,4 @@ enum digitalPins {
83
D21
84
};
85
86
-const static struct device *i2c_dev = DEVICE_DT_GET(DT_NODELABEL(i2c0));
+const static struct device *i2c_dev = DEVICE_DT_GET(DT_NODELABEL(arduino_nano_i2c));
0 commit comments