adafruit / Adafruit_CircuitPython_MPU6050

CircuitPython helper library for the MPU6050 6-DoF Accelerometer and Gyroscope
MIT License
40 stars 16 forks source link

Add files via upload #26

Closed SquirtleSquadLeader closed 2 years ago

SquirtleSquadLeader commented 2 years ago
  1. Updated/Added documentation links
  2. Added registers for future development 3.Added note about use of Master/Slave nomenclature being used to match factory documentation denoting that it was not something chosen by the maintainers of this repo (seemed appropriate but maybe its too much)
  3. Allow user to pass in expected I2C address of 104/105 0x68/0x69
  4. Test for "Who Am I" register to confirm response from expected address
  5. Makes sure I2C bus is unlocked to prevent hanging while trying to make I2c_device

I intend to move forward with the following: