Tidier macros
This commit is contained in:
committed by
todd-herbert
parent
f960164c0e
commit
1487ca2a30
+1
-1
@@ -360,7 +360,7 @@ void setup()
|
||||
Wire1.begin();
|
||||
#elif defined(I2C_SDA1) && !defined(ARCH_RP2040)
|
||||
Wire1.begin(I2C_SDA1, I2C_SCL1);
|
||||
#elif defined(NRF52840_XXAA) && (WIRE_INTERFACES_COUNT == 2)
|
||||
#elif WIRE_INTERFACES_COUNT == 2
|
||||
Wire1.begin();
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user