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