matrix-lite-py icon indicating copy to clipboard operation
matrix-lite-py copied to clipboard

Printing sensors .read() cuts value off

Open Hermitter opened this issue 6 years ago • 0 comments

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.

Hermitter avatar Oct 10 '19 04:10 Hermitter