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 10bda6d commit 532ead9Copy full SHA for 532ead9
src/Modulino.h
@@ -26,7 +26,7 @@ void __increaseI2CPriority();
26
27
class ModulinoClass {
28
public:
29
-#ifdef ARDUINO_UNOR4_WIFI
+#if defined(ARDUINO_UNOR4_WIFI) || defined(ARDUINO_NANO_R4)
30
void begin(HardwareI2C& wire = Wire1) {
31
#else
32
void begin(HardwareI2C& wire = Wire) {
0 commit comments