WiPy 2.0 + IMU sensors
-
Hi,
I am super new when it comes to using python boards (WiPy 2.0).
Was wondering if there are libraries available to use MPU 9150 sensors ?I noticed there are micropython ("https://github.com/micropython-IMU" ) source code, are these compatible with WiPy or is there some code modifications which has to be done ?
Best Regards,
Hemanth
-
Thanks for reply,
Are the changes related to address mapping and ports ?
Or is it renaming function like i2c_read etc ?
-
Library from link is for pyboard
you can try to migrate it and change all pyb to machine
but this is not only change you should make ...