sparkfun / Qwiic_KX13X_Py

MIT License
0 stars 3 forks source link

removed spurious Latin-1 char in qwiic_kx13x.py #1

Closed scruss closed 3 weeks ago

scruss commented 2 years ago

Was causing this error on Linux:

SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0xa0 in position 173: invalid start byte

which broke the entire qwiic_py installation on my Raspberry Pi

sfe-SparkFro commented 3 weeks ago

Thank you for your contribution! This is addressed by #2, which also addresses other issues, so will be going with that PR instead.