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
It looks like this will affect the setter of "gain", since it sends a payload of more than 1 byte. This property is unconditionally set in the constructor, so it may be the case that this driver cannot be used with 6.x until this is addressed.
The text was updated successfully, but these errors were encountered:
Remove use of
stop=False
. This option is not supported in CircuitPython 6.x. https://github.com/adafruit/Adafruit_CircuitPython_MLX90393/blob/master/adafruit_mlx90393.py#L165It looks like this will affect the setter of "gain", since it sends a payload of more than 1 byte. This property is unconditionally set in the constructor, so it may be the case that this driver cannot be used with 6.x until this is addressed.
The text was updated successfully, but these errors were encountered: