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 edc20e2 commit 5e12818Copy full SHA for 5e12818
src/Arduino_SensorKit.cpp
@@ -1,6 +1,6 @@
1
#include "Arduino_SensorKit.h"
2
3
-#if defined(ARDUINO_ARCH_AVR)
+#if defined(ARDUINO_ARCH_AVR) || defined(ARDUINO_ARCH_MEGAAVR)
4
#define _PIN_SDA SDA
5
#define _PIN_SCL SCL
6
#elif defined(ARDUINO_GIGA)
0 commit comments