Question: I’m a bit confused by something in the TwoWire Arduino library. The Wire.h and Wire.cpp files define a single constructor which requires three arguments: TwoWire::TwoWire(SERCOM * s, uint8_t pinSDA, uint8_t pinSCL). Yet the Wire.h file instantiates a global instance ...