pycom / pycom-libraries

MicroPython libraries and examples that work out of the box on Pycom's IoT modules
330 stars 379 forks source link

Pysense // LIS2HH12 // no yaw() #37

Closed rpcme closed 6 years ago

rpcme commented 6 years ago

File

pycom-libraries/pysense/main.py

calls method yaw() but yaw() does not exist in

pycom-libraries/pysense/lib/LIS2HH12.py

it seems to have been removed by commit f05ce07458c16a49d62b4e8646e7afeede9a816c but the sample application main.py was not updated.

danicampora commented 6 years ago

Fixed here: https://github.com/pycom/pycom-libraries/commit/f1c0cd9be175d8a61f9737b54fb2c8f3acadca39

Thanks!