Adafruit_CircuitPython_MPU6050

CircuitPython helper library for the MPU6050 6-DoF Accelerometer and Gyroscope

MIT License

Downloads
1.5K
Stars
40
Committers
11

Bot releases are hidden (Show)

Adafruit_CircuitPython_MPU6050 - 1.2.4 - Fix RTD Docs Build and Unpin Sphinx Latest Release

Published by FoamyGuy 10 months ago

Changes: https://github.com/adafruit/Adafruit_CircuitPython_MPU6050/compare/1.2.3...1.2.4

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-mpu6050.

Read the docs for info on how to use it.

Adafruit_CircuitPython_MPU6050 - 1.2.3 - Fix RTD Theme Issue

Published by FoamyGuy about 1 year ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-mpu6050.

Read the docs for info on how to use it.

Adafruit_CircuitPython_MPU6050 - 1.2.2 - Updated .pylintrc, fixed jQuery

Published by evaherrada over 1 year ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-MPU6050.

Read the docs for info on how to use it.

Adafruit_CircuitPython_MPU6050 - 1.2.1 - Added commented out board.STEMMA_I2C with explanation

Published by evaherrada almost 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-mpu6050.

Read the docs for info on how to use it.

Adafruit_CircuitPython_MPU6050 - 1.2.0 - Added clock source property

Published by tekktrik almost 2 years ago

Added functionality for getting and setting the clock source for the sensor. Thanks @SquirtleSquadLeader!

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-mpu6050.

Read the docs for info on how to use it.

Adafruit_CircuitPython_MPU6050 - 1.1.16 - Made copyright stay up to date in docs/conf.py

Published by evaherrada about 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-mpu6050.

Read the docs for info on how to use it.

Adafruit_CircuitPython_MPU6050 - 1.1.15 - Fixed version string

Published by evaherrada about 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-mpu6050.

Read the docs for info on how to use it.

Adafruit_CircuitPython_MPU6050 - 1.1.14 - Switched to pyproject.toml

Published by evaherrada about 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-mpu6050.

Read the docs for info on how to use it.

Adafruit_CircuitPython_MPU6050 - 1.1.13 - Added cp.org link to index.rst

Published by evaherrada over 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-mpu6050.

Read the docs for info on how to use it.

Adafruit_CircuitPython_MPU6050 - 1.1.12 - Repo documentation and config updates

Published by evaherrada over 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-mpu6050.

Read the docs for info on how to use it.

Adafruit_CircuitPython_MPU6050 - 1.1.11 - Reformatted library to match latest black version

Published by evaherrada over 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-mpu6050.

Read the docs for info on how to use it.

Adafruit_CircuitPython_MPU6050 - 1.1.10 - Updated documentation link, python version

Published by evaherrada over 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-mpu6050.

Read the docs for info on how to use it.

Adafruit_CircuitPython_MPU6050 - 1.1.9 - Updated pylint version, linted

Published by evaherrada almost 3 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-mpu6050.

Read the docs for info on how to use it.

Adafruit_CircuitPython_MPU6050 - 1.1.8 - Changed gyro units to rad/s

Published by evaherrada over 3 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-mpu6050.

Read the docs for info on how to use it.

Adafruit_CircuitPython_MPU6050 - 1.1.7 - Improved documentation

Published by evaherrada over 3 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-mpu6050.

Read the docs for info on how to use it.

Adafruit_CircuitPython_MPU6050 - 1.1.6 - Moved pylint from build.yml to .pre-commit-config.yml

Published by evaherrada over 3 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-mpu6050.

Read the docs for info on how to use it.

Adafruit_CircuitPython_MPU6050 - 1.1.5 - Fixed issue with Black and Pylint versions in the pre-commit config

Published by evaherrada over 3 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-mpu6050.

Read the docs for info on how to use it.

Adafruit_CircuitPython_MPU6050 - 1.1.4 - Moved to pre-commit, added licensing info

Published by evaherrada over 3 years ago

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-mpu6050.

Read the docs for info on how to use it.

Adafruit_CircuitPython_MPU6050 - 1.1.3 - Remove old PyLint Directive

Published by FoamyGuy about 4 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-mpu6050.

Read the docs for info on how to use it.

Adafruit_CircuitPython_MPU6050 - 1.1.2 - Fixed discord invite link

Published by evaherrada over 4 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-mpu6050.

Read the docs for info on how to use it.

Package Rankings
Top 7.24% on Pypi.org
Related Projects