Closed
Description
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#L165
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.