Skip to content

Printing sensors .read() cuts value off #9

Description

@Hermitter

This only affects the printing of the .read() function.

>> print(sensors.uv.read())
>> 0.003000

The actual value is unaffected

>> print(sensors.uv.read().uv)
>> 0.003000000026077032

Here is the printing function that needs to be changed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions