Patch for Teensy 4.x
This latest change fixes a compile error on Teensy 4.x targets. The Wire library on ESP32 and some other MCUs allows the SDA and SCL pins to be specified in the begin() method, but not on the Teensy. This caused a compile error. This release tests for the TEENSYDUINO macro being defined to avoid causing that error.