Skip to content

Patch for Teensy 4.x

Choose a tag to compare

@bitbank2 bitbank2 released this 20 Jun 14:17
· 50 commits to master since this release
0720ad3

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.