Page 1 of 1

LIS3DH accelerometer

Posted: Sat Dec 08, 2018 5:43 pm
by hdsjulian
Has anybody here used a LIS3DH accelerometer with Micropython? If so: Have you ported one of the other libs (circuitpython for example) to micropython? Or what is your solution? Would you care to share some code? :)

Re: LIS3DH accelerometer

Posted: Sun Dec 09, 2018 5:45 pm
by hdsjulian
Update: I ported the CircuitPython driver. https://github.com/hdsjulian/micropov/b ... /lis3dh.py

Re: LIS3DH accelerometer

Posted: Sun Dec 09, 2018 6:57 pm
by rpr
Julian, good work. While I don't have this sensor, your changes will be useful in figuring out differences between the two ports.