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
I have faced the problem wtih self.i2c = open('/dev/i2c-%s' % device_number, 'rb+', 0)
So, I have changed it as at below: self.i2c = open('/dev/i2c-1' , 'rb+', 0)
for Raspberry Pi 3 B+
please share the python3 solution file
sht21_python3.zip
The text was updated successfully, but these errors were encountered: