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

Program your MATRIX device with Python!

Results 2 matrix-lite-py issues
Sort by recently updated
recently updated
newest added

``` Installing collected packages: matrix-lite Running setup.py install for matrix-lite ... error ERROR: Command errored out with exit status 1: command: /home/pi/googleHome/env/bin/python3.9 -u -c 'import sys, setuptools, tokenize; sys.argv[0] =...

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](https://github.com/matrix-io/matrix-lite-py/blob/master/hal_wrapper/drivers/sensors.cpp#L43) is the printing...