Skip to content

Remove use of deprecated stop=False #18

Closed
@jepler

Description

@jepler

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions