Skip to content

NEWMODE value is printed in "sht.mode = adafruit_sht4x.Mode.MODE" call #6

Closed
@pklosko

Description

@pklosko

Solution:
Comment print(new_mode), line 168, in

def mode(self, new_mode):
print(new_mode)
if not Mode.is_valid(new_mode):
raise AttributeError("mode must be a Mode")
self._mode = new_mode

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions