Hello,
Looking to switch from Teensy 3.6 to 4.0. T4(s) ordered today.
In my T3.6 code, i use 2 i2c bus, with the i2c_t3.h library.
When i switch Arduino software to teensy 4.0, i can't compile anymore. it's logical as the i2c_t3.h library is only for Teensy card up to 3.6... so i get a nice "Wire was not declared in this scope"...
What is the right library to use for i2c to enjoy all the i2c ports ?
Thanks for your help
Looking to switch from Teensy 3.6 to 4.0. T4(s) ordered today.
In my T3.6 code, i use 2 i2c bus, with the i2c_t3.h library.
When i switch Arduino software to teensy 4.0, i can't compile anymore. it's logical as the i2c_t3.h library is only for Teensy card up to 3.6... so i get a nice "Wire was not declared in this scope"...
What is the right library to use for i2c to enjoy all the i2c ports ?
Thanks for your help