LIS3DH accelerometer

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
hdsjulian
Posts: 31
Joined: Mon Dec 03, 2018 8:29 pm

LIS3DH accelerometer

Post by hdsjulian » Sat Dec 08, 2018 5:43 pm

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? :)

hdsjulian
Posts: 31
Joined: Mon Dec 03, 2018 8:29 pm

Re: LIS3DH accelerometer

Post by hdsjulian » Sun Dec 09, 2018 5:45 pm

Update: I ported the CircuitPython driver. https://github.com/hdsjulian/micropov/b ... /lis3dh.py

rpr
Posts: 99
Joined: Sat Oct 27, 2018 5:17 pm

Re: LIS3DH accelerometer

Post by rpr » Sun Dec 09, 2018 6:57 pm

Julian, good work. While I don't have this sensor, your changes will be useful in figuring out differences between the two ports.

Post Reply