You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if it's possible to add a choice of the Wire use to transmit data ?
defaut we use Wire.begin() and Wire library, but like teensy4.1, we can use 3 i2c channel different. Can we add a variable in the definition of the sht ? like SHTSensor sht(Wire1);
Thanks
The text was updated successfully, but these errors were encountered:
Hello !
if it's possible to add a choice of the Wire use to transmit data ?
defaut we use Wire.begin() and Wire library, but like teensy4.1, we can use 3 i2c channel different. Can we add a variable in the definition of the sht ? like SHTSensor sht(Wire1);
Thanks
The text was updated successfully, but these errors were encountered: