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
Removed hard-coded I2CAddress "0x5B" from constructor which caused issues when trying to use the alternative address "0x5A".
Also, removed member assignment of I2CAddress as it is done by member initialisation list in constructor.
0 commit comments