micropython-IMU / micropython-mpu9150

micropython-mpu9150 Obsolete: replaced by micropython-mpu9x50
MIT License
22 stars 10 forks source link

merging 9150 and 9250 #11

Closed turbinenreiter closed 9 years ago

turbinenreiter commented 9 years ago

we could merge them by just moving mpu9150.py from this repo to the mpu9250 repo and rename it to mpu9x50, right?

If your are okay with that, I'll do that.

turbinenreiter commented 9 years ago

I cleaned up the whole 9250 code with pep8 and pylint (formatting stuff, like spaces around operators and so on) I also added mpu9150.py to the mpu9250 repo. That way we don't have to always think of updating imu.py etc. in two repos.